diff src/util.c @ 210:ec0686b3b03f

[gaim-migrate @ 220] Mostly small changes trying to get -Wall not to give any messages. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 01 May 2000 19:39:00 +0000
parents 6e9b375e30e7
children fa67d29b53d5
line wrap: on
line diff
--- a/src/util.c	Mon May 01 18:49:00 2000 +0000
+++ b/src/util.c	Mon May 01 19:39:00 2000 +0000
@@ -29,6 +29,7 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <gtk/gtk.h>
+#include <ctype.h>
 #include <pixmaps/aimicon.xpm>
 #include "gaim.h"
 
@@ -758,7 +759,6 @@
 {
         int start = 0;
         int end = 0;
-        int length = gtk_text_get_length(GTK_TEXT(text));
         static GdkColor * color = NULL;
         int ignore = 0;
         int point = gtk_editable_get_position(GTK_EDITABLE(text));