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/gtkgrid.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/gtkgrid.c')
-rw-r--r-- | gtk/gtkgrid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c index cfe25cfe73..19a8ecf8be 100644 --- a/gtk/gtkgrid.c +++ b/gtk/gtkgrid.c @@ -1809,7 +1809,6 @@ gtk_grid_init (GtkGrid *grid) GTK_WIDGET (grid), gtk_grid_measure, gtk_grid_allocate, - NULL, gtk_grid_render, NULL, NULL); |