[frogr] Removed unused 'description-updated' signal.



commit cb22444100020d72f8117bc51c190ed179122a10
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Thu Aug 25 10:12:21 2011 +0200

    Removed unused 'description-updated' signal.

 src/frogr-main-view-model.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/frogr-main-view-model.c b/src/frogr-main-view-model.c
index e788aa3..a1c11ce 100644
--- a/src/frogr-main-view-model.c
+++ b/src/frogr-main-view-model.c
@@ -54,7 +54,6 @@ enum {
   PICTURE_ADDED,
   PICTURE_REMOVED,
   PICTURES_REORDERED,
-  DESCRIPTION_UPDATED,
   N_SIGNALS
 };
 
@@ -196,14 +195,6 @@ frogr_main_view_model_class_init(FrogrMainViewModelClass *klass)
                   g_cclosure_marshal_VOID__POINTER,
                   G_TYPE_NONE, 1, G_TYPE_POINTER);
 
-  signals[DESCRIPTION_UPDATED] =
-    g_signal_new ("description-updated",
-                  G_OBJECT_CLASS_TYPE (klass),
-                  G_SIGNAL_RUN_FIRST,
-                  0, NULL, NULL,
-                  g_cclosure_marshal_VOID__VOID,
-                  G_TYPE_NONE, 0);
-
   g_type_class_add_private (obj_class, sizeof (FrogrMainViewModelPrivate));
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]