diff src/oscar.c @ 423:0d4e80bdb96b

[gaim-migrate @ 433] No more --enable-oscar option. From now on, it's a toggle in the preferences. PLEASE DO NOT USE OSCAR, even though it's very easy to. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 21 Jun 2000 19:33:58 +0000
parents ad08e67ec874
children e4c34ca88d9b
line wrap: on
line diff
--- a/src/oscar.c	Mon Jun 19 21:58:32 2000 +0000
+++ b/src/oscar.c	Wed Jun 21 19:33:58 2000 +0000
@@ -24,7 +24,6 @@
 #include "../config.h"
 #endif
 
-#ifdef USE_OSCAR
 
 #include <netdb.h>
 #include <gtk/gtk.h>
@@ -48,6 +47,7 @@
 struct aim_conn_t    *gaim_conn;
 int gaim_caps = AIM_CAPS_CHAT | AIM_CAPS_SENDFILE | AIM_CAPS_GETFILE |
 		AIM_CAPS_VOICE | AIM_CAPS_IMIMAGE | AIM_CAPS_BUDDYICON;
+int USE_OSCAR = 0;
 
 GList *oscar_chats = NULL;
 
@@ -353,10 +353,6 @@
 	return 1;
 }
 
-extern void gaim_setup();
-extern int  bud_list_cache_exists();
-extern void do_import(GtkWidget *w, void *dummy);
-
 int gaim_handle_redirect(struct aim_session_t *sess,
 			 struct command_rx_struct *command, ...) {
 	va_list ap;
@@ -808,5 +804,3 @@
 
 	return 1;
 }
-
-#endif /* USE_OSCAR */