]> git.sur5r.net Git - glabels/commitdiff
Removed unused signals[] array.
authorJim Evins <evins@snaught.com>
Sun, 26 Jan 2003 17:44:48 +0000 (17:44 +0000)
committerJim Evins <evins@snaught.com>
Sun, 26 Jan 2003 17:44:48 +0000 (17:44 +0000)
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@247 f5e0f49d-192f-0410-a22d-a8d8700d0965

glabels2/src/merge-text.c
glabels2/src/merge.c

index 1c3c394e61083759fe8cec57c596184596e88eff..1465ff0595d962f48098dfd36f3df59677dfb372 100644 (file)
@@ -54,8 +54,6 @@ enum {
 
 static glMergeClass *parent_class = NULL;
 
-static guint signals[LAST_SIGNAL] = {0};
-
 
 /*===========================================*/
 /* Local function prototypes                 */
index 73e76df526287147386ef8e1dbe3d67b7080a5ef..cc10779ec17f3dcb0f8c761cc7842b7fa80cb279 100644 (file)
@@ -64,8 +64,6 @@ typedef struct {
 
 static GObjectClass *parent_class = NULL;
 
-static guint signals[LAST_SIGNAL] = {0};
-
 static GList *backends = NULL;
 
 /*========================================================*/