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/gtkseparator.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/gtkseparator.c')
-rw-r--r-- | gtk/gtkseparator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c index 5744d6ff82..03a3282b88 100644 --- a/gtk/gtkseparator.c +++ b/gtk/gtkseparator.c @@ -168,7 +168,6 @@ gtk_separator_init (GtkSeparator *separator) separator->priv->gadget = gtk_css_custom_gadget_new_for_node (widget_node, GTK_WIDGET (separator), NULL, NULL, NULL, - NULL, NULL, NULL); } |