diff src/aim.c @ 3391:412d1035d666

[gaim-migrate @ 3410] Pluginzed the ticker. the ticker will load itself if the old ticker option was set. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 11 Aug 2002 06:42:17 +0000
parents f06c87748d91
children 8fa61405af2b
line wrap: on
line diff
--- a/src/aim.c	Sat Aug 10 02:42:55 2002 +0000
+++ b/src/aim.c	Sun Aug 11 06:42:17 2002 +0000
@@ -57,7 +57,6 @@
 #include <signal.h>
 #endif
 #include "locale.h"
-#include "gtkticker.h"
 #include "gtkspell.h"
 #ifndef USE_APPLET
 #include <getopt.h>
@@ -83,8 +82,6 @@
 char *opt_rcfile_arg = NULL;
 int opt_debug = 0;
 
-void BuddyTickerCreateWindow(void);
-
 #if HAVE_SIGNAL_H
 /*
  * Lists of signals we wish to catch and those we wish to ignore.