gtk/plugins/spellchk.c

changeset 14791
b3f882f156ef
parent 14772
61bbf8ea5ded
child 14869
cce210d21e71
--- 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)

mercurial