[model/wip/api-redesign] Remove unused enum and global variable for signal



commit 4cb73d2a01dc49d2317166b8771d9a4df63a45a4
Author: Alberto Ruiz <aruiz gnome org>
Date:   Sat Oct 27 02:22:14 2012 +0200

    Remove unused enum and global variable for signal

 model/model-dictionary.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/model/model-dictionary.c b/model/model-dictionary.c
index 071f4b2..973c30a 100644
--- a/model/model-dictionary.c
+++ b/model/model-dictionary.c
@@ -47,13 +47,6 @@
  **/
 G_DEFINE_ABSTRACT_TYPE (ModelDictionary, model_dictionary, G_TYPE_OBJECT);
 
-enum {
-  VALUE_CHANGED,
-  LAST_SIGNAL
-};
-
-guint signals[LAST_SIGNAL];
-
 /**
  * model_dictionary_get_value:
  * @dictionary: a #ModelDictionary



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