summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleproperties.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-31 15:50:56 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:52 +0100
commita3a580d53ef75b0fb13f45b6a567d7f3f7026ce7 (patch)
treeb44c7537ff5dcc6798617d0e59c5a9085c4dfec8 /gtk/gtkstyleproperties.c
parent927b922208f91c517d71071604ca93fed046db6b (diff)
downloadgtk+-a3a580d53ef75b0fb13f45b6a567d7f3f7026ce7.tar.gz
styleproperty: Remove unuse args from register()
Those arguments are only relevant for shorthands.
Diffstat (limited to 'gtk/gtkstyleproperties.c')
-rw-r--r--gtk/gtkstyleproperties.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkstyleproperties.c b/gtk/gtkstyleproperties.c
index fc47984b6b..b3ef81b3cc 100644
--- a/gtk/gtkstyleproperties.c
+++ b/gtk/gtkstyleproperties.c
@@ -377,9 +377,6 @@ gtk_style_properties_register_property (GtkStylePropertyParser parse_func,
parse_func,
NULL,
NULL,
- NULL,
- NULL,
- NULL,
NULL);
}