styleprovider: Remove (broken) implementations of get_style

The implementations were broken and get_style() is deprecated and
documented to return NULL now.
This commit is contained in:
Benjamin Otte
2012-11-24 21:08:11 +01:00
parent 324ff12553
commit 932794e105
7 changed files with 0 additions and 124 deletions

View File

@ -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);