diff src/aim.c @ 3867:43e396e94095

[gaim-migrate @ 4019] compile cleanups by nathan committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 03 Nov 2002 07:36:09 +0000
parents 21bf44275d49
children 41e7544a9c67
line wrap: on
line diff
--- a/src/aim.c	Sun Nov 03 07:32:07 2002 +0000
+++ b/src/aim.c	Sun Nov 03 07:36:09 2002 +0000
@@ -48,6 +48,7 @@
 #include <ctype.h>
 #include "prpl.h"
 #include "gaim.h"
+#include "gaim-socket.h"
 #if HAVE_SIGNAL_H
 #include <signal.h>
 #endif
@@ -58,11 +59,6 @@
 #include "win32dep.h"
 #endif
 
-#ifndef _WIN32
-static gchar *aspell_cmd[] = { "aspell", "--sug-mode=fast","-a", NULL };
-static gchar *ispell_cmd[] = { "ispell", "-a", NULL };
-#endif
-
 static GtkWidget *name;
 static GtkWidget *pass;