diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-10 12:45:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-10 12:45:28 -0400 |
commit | a6a31827bc7575563126d7333c2a718fe21dc4df (patch) | |
tree | 718f1fc7d6bf5ec847fcf03b902387382836e76a /gtk/gtkstylecontext.h | |
parent | 84939a612c1a4809aae117d2953b6d8f977d7826 (diff) | |
download | gtk+-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.h | 3 |
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, |