diff options
Diffstat (limited to 'src/gs-prefs.c')
-rw-r--r-- | src/gs-prefs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gs-prefs.c b/src/gs-prefs.c index 2599223..7fc8522 100644 --- a/src/gs-prefs.c +++ b/src/gs-prefs.c @@ -115,7 +115,6 @@ gs_prefs_class_init (GSPrefsClass *klass) object_class->get_property = gs_prefs_get_property; object_class->set_property = gs_prefs_set_property; - signals [CHANGED] = g_signal_new ("changed", G_TYPE_FROM_CLASS (object_class), |