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/gtkviewport.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/gtkviewport.c')
-rw-r--r-- | gtk/gtkviewport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c index 706a1038b2..a068fe94b9 100644 --- a/gtk/gtkviewport.c +++ b/gtk/gtkviewport.c @@ -463,7 +463,6 @@ gtk_viewport_init (GtkViewport *viewport) widget, gtk_viewport_measure, gtk_viewport_allocate, - NULL, gtk_viewport_render, NULL, NULL); |