diff src/dialogs.c @ 1456:6650776468b3

[gaim-migrate @ 1466] trying to pass -Wall committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 01 Feb 2001 08:37:16 +0000
parents 00b3d02a2168
children 1d0fc2622b29
line wrap: on
line diff
--- a/src/dialogs.c	Thu Feb 01 08:13:00 2001 +0000
+++ b/src/dialogs.c	Thu Feb 01 08:37:16 2001 +0000
@@ -1255,7 +1255,6 @@
 void do_save_info(GtkWidget *widget, struct set_info_dlg *b)
 {
 	gchar *junk;
-	char *buf;
 	struct gaim_connection *gc;
 
 	junk = gtk_editable_get_chars(GTK_EDITABLE(b->text), 0, -1);
@@ -2814,7 +2813,6 @@
 	char *file;
 	struct stat sbuf;
 	char *g_screenname;
-	int i;
 
 	g_screenname = get_screenname_filename(gc->username);
 
@@ -2876,7 +2874,6 @@
 		GSList *c = connections;
 		struct gaim_connection *g;
 		char *g_screenname;
-		int i;
 
 		file = gaim_user_dir();
 		if ( file != (char *) NULL ) {
@@ -2958,7 +2955,6 @@
 	char *file;
 	char path[PATHSIZE];
 	char *g_screenname;
-	int i;
 	int len;
         FILE *f;
 	gboolean from_dialog = FALSE;