changeset 14729:b7e145ea9076

[gaim-migrate @ 17485] Get rid of some unused variables committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 16 Oct 2006 14:50:20 +0000
parents c9cc804b53bf
children 5b389aacc06b
files console/libgnt/gntentry.c console/libgnt/gntmenu.c console/libgnt/gnttextview.c console/libgnt/gntwindow.c gtk/plugins/spellchk.c
diffstat 5 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/console/libgnt/gntentry.c	Sun Oct 15 16:30:50 2006 +0000
+++ b/console/libgnt/gntentry.c	Mon Oct 16 14:50:20 2006 +0000
@@ -12,7 +12,6 @@
 };
 
 static GntWidgetClass *parent_class = NULL;
-static guint signals[SIGS] = { 0 };
 
 static void
 destroy_suggest(GntEntry *entry)
--- a/console/libgnt/gntmenu.c	Sun Oct 15 16:30:50 2006 +0000
+++ b/console/libgnt/gntmenu.c	Mon Oct 16 14:50:20 2006 +0000
@@ -8,7 +8,6 @@
 };
 
 static GntTreeClass *parent_class = NULL;
-static guint signals[SIGS] = { 0 };
 
 static void (*org_draw)(GntWidget *wid);
 static void (*org_destroy)(GntWidget *wid);
--- a/console/libgnt/gnttextview.c	Sun Oct 15 16:30:50 2006 +0000
+++ b/console/libgnt/gnttextview.c	Mon Oct 16 14:50:20 2006 +0000
@@ -24,7 +24,6 @@
 } GntTextLine;
 
 static GntWidgetClass *parent_class = NULL;
-static guint signals[SIGS] = { 0 };
 
 static void
 gnt_text_view_draw(GntWidget *widget)
--- a/console/libgnt/gntwindow.c	Sun Oct 15 16:30:50 2006 +0000
+++ b/console/libgnt/gntwindow.c	Mon Oct 16 14:50:20 2006 +0000
@@ -8,7 +8,6 @@
 };
 
 static GntBoxClass *parent_class = NULL;
-static guint signals[SIGS] = { 0 };
 
 static gboolean (*org_keypress)(GntWidget *widget, const char *text);
 static void (*org_destroy)(GntWidget *widget);
--- a/gtk/plugins/spellchk.c	Sun Oct 15 16:30:50 2006 +0000
+++ b/gtk/plugins/spellchk.c	Mon Oct 16 14:50:20 2006 +0000
@@ -304,8 +304,6 @@
 	gunichar ucs4_char = gtk_text_iter_get_char(iter);
 	gchar *utf8_str;
 	gchar c = 0;
-	gboolean result;
-	gboolean output;
 
 	utf8_str = g_ucs4_to_utf8(&ucs4_char, 1, NULL, NULL, NULL);
 	if (utf8_str != NULL)