summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-01-27 16:13:25 +0100
committerBenjamin Otte <otte@redhat.com>2020-01-28 02:17:03 +0100
commit18cb15a05a8da5eb1b084837e7179d50b738369e (patch)
treeae1a6d17c03511f8e72cccaef419045967173a70 /gtk/gtkstylecontext.h
parent6c8b65baf90e687535674104cbcbd57437b79fcd (diff)
downloadgtk+-18cb15a05a8da5eb1b084837e7179d50b738369e.tar.gz
stylecontext: Remove gtk_style_context_get_section()
The inspectors gets values differently these days.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 45f73fc007..46a98bc7ec 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -875,9 +875,6 @@ GDK_AVAILABLE_IN_ALL
void gtk_style_context_restore (GtkStyleContext *context);
GDK_AVAILABLE_IN_ALL
-GtkCssSection * gtk_style_context_get_section (GtkStyleContext *context,
- const gchar *property);
-GDK_AVAILABLE_IN_ALL
void gtk_style_context_get_property (GtkStyleContext *context,
const gchar *property,
GValue *value);