diff gtk/plugins/spellchk.c @ 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 2d7c814d9f09
children 3b5bfd634cc3
line wrap: on
line diff
--- 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)