diff options
author | Benjamin Otte <otte@redhat.com> | 2012-11-24 21:08:11 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-11-24 21:12:00 +0100 |
commit | 932794e10513b6999a742a16b774dc7f4bc52346 (patch) | |
tree | 8b13a91b48abb2334b74132aa4168efc65994b09 /gtk/gtkcssselectorprivate.h | |
parent | 324ff12553bb841cbb4afd658c8b221ac83e50d1 (diff) | |
download | gtk+-932794e10513b6999a742a16b774dc7f4bc52346.tar.gz |
styleprovider: Remove (broken) implementations of get_style
The implementations were broken and get_style() is deprecated and
documented to return NULL now.
Diffstat (limited to 'gtk/gtkcssselectorprivate.h')
-rw-r--r-- | gtk/gtkcssselectorprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcssselectorprivate.h b/gtk/gtkcssselectorprivate.h index 6430054e90..5c12c6df86 100644 --- a/gtk/gtkcssselectorprivate.h +++ b/gtk/gtkcssselectorprivate.h @@ -32,8 +32,6 @@ char * _gtk_css_selector_to_string (const GtkCssSelector *sel void _gtk_css_selector_print (const GtkCssSelector *selector, GString *str); -GtkStateFlags _gtk_css_selector_get_state_flags (const GtkCssSelector *selector); - GtkCssChange _gtk_css_selector_get_change (const GtkCssSelector *selector); gboolean _gtk_css_selector_matches (const GtkCssSelector *selector, const GtkCssMatcher *matcher); |