diff options
author | Benjamin Otte <otte@redhat.com> | 2016-12-19 19:45:34 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-12-20 18:01:12 +0100 |
commit | 0dbdf0c42858c0a2245ad755b164c5bede55f953 (patch) | |
tree | 6e31f6d940681b2c16f978d45ac64b1bcf0ce9e6 /gtk/gtkmenubar.c | |
parent | 613194a2461558abbc08d4f4fdecbcef836450eb (diff) | |
download | gtk+-0dbdf0c42858c0a2245ad755b164c5bede55f953.tar.gz |
gadget: Remove gtk_css_gadget_draw()
And with it, remove the draw func from custom gadgets, that has been
NULL everywhere.
All gadgets are snapshot now.
Diffstat (limited to 'gtk/gtkmenubar.c')
-rw-r--r-- | gtk/gtkmenubar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkmenubar.c b/gtk/gtkmenubar.c index 8f2cc6dd73..2d9439cea6 100644 --- a/gtk/gtkmenubar.c +++ b/gtk/gtkmenubar.c @@ -246,7 +246,6 @@ gtk_menu_bar_init (GtkMenuBar *menu_bar) widget, gtk_menu_bar_measure, gtk_menu_bar_allocate, - NULL, gtk_menu_bar_render, NULL, NULL); } |