# HG changeset patch # User Mark Doliner # Date 1161010220 0 # Node ID b7e145ea9076e5c0a677bbbd9e64dde8f123a0fa # Parent c9cc804b53bfd84b91f58ba73f347559b89ca56c [gaim-migrate @ 17485] Get rid of some unused variables committer: Tailor Script diff -r c9cc804b53bf -r b7e145ea9076 console/libgnt/gntentry.c --- 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) diff -r c9cc804b53bf -r b7e145ea9076 console/libgnt/gntmenu.c --- 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); diff -r c9cc804b53bf -r b7e145ea9076 console/libgnt/gnttextview.c --- 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) diff -r c9cc804b53bf -r b7e145ea9076 console/libgnt/gntwindow.c --- 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); diff -r c9cc804b53bf -r b7e145ea9076 gtk/plugins/spellchk.c --- 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)