Commit ae6524af89e7092c7a61bd959cb5688421b60233

Remove redundant code
Binary files differ
Binary files differ
  
6161static void gtk_adjustment_dispatch_properties_changed (GObject *object,
6262 guint n_pspecs,
6363 GParamSpec **pspecs);
64static void gtk_adjustment_dispatch_properties_changed (GObject *object,
65 guint n_pspecs,
66 GParamSpec **pspecs);
6764
6865static guint adjustment_signals[LAST_SIGNAL] = { 0 };
6966
7575
7676 gobject_class->set_property = gtk_adjustment_set_property;
7777 gobject_class->get_property = gtk_adjustment_get_property;
78 gobject_class->dispatch_properties_changed = gtk_adjustment_dispatch_properties_changed;
7978 gobject_class->dispatch_properties_changed = gtk_adjustment_dispatch_properties_changed;
8079
8180 class->changed = NULL;