summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-10 12:45:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-04-10 12:45:28 -0400
commita6a31827bc7575563126d7333c2a718fe21dc4df (patch)
tree718f1fc7d6bf5ec847fcf03b902387382836e76a /gtk/gtkstylecontext.h
parent84939a612c1a4809aae117d2953b6d8f977d7826 (diff)
downloadgtk+-a6a31827bc7575563126d7333c2a718fe21dc4df.tar.gz
Remove gtk_style_context_reset_widgets
This should never be necessary to call from the outside. Whenever we fail to update styles properly, it is a bug.
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 551bee924e..6a310b5c3f 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -904,9 +904,6 @@ void gtk_style_context_get_margin (GtkStyleContext *context,
GtkBorder *margin);
GDK_AVAILABLE_IN_ALL
-void gtk_style_context_reset_widgets (GdkDisplay *display);
-
-GDK_AVAILABLE_IN_ALL
void gtk_render_insertion_cursor
(GtkStyleContext *context,
cairo_t *cr,