diff src/gaim.h @ 746:5a908dd5cfc4

[gaim-migrate @ 756] i finally got pissed off enough at gnome_applet_mgr.c that i redid it committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 23 Aug 2000 04:14:47 +0000
parents d05d746384a7
children bcae3ff49680
line wrap: on
line diff
--- a/src/gaim.h	Wed Aug 23 02:43:34 2000 +0000
+++ b/src/gaim.h	Wed Aug 23 04:14:47 2000 +0000
@@ -401,7 +401,7 @@
 #define TYPE_SIGNOFF   4
 #define TYPE_KEEPALIVE 5
 
-#define REVISION "gaim:$Revision: 746 $"
+#define REVISION "gaim:$Revision: 756 $"
 #define FLAPON "FLAPON\r\n\r\n"
 
 #define ROAST "Tic/Toc"
@@ -416,7 +416,6 @@
 
 
 #ifdef USE_APPLET
-extern gboolean buddy_created;
 extern GtkWidget *applet;
 #endif /* USE_APPLET */
 
@@ -724,9 +723,6 @@
 #ifdef USE_APPLET
 extern void createOnlinePopup();
 extern void applet_show_login(AppletWidget *, gpointer);
-extern void gnome_buddy_show();
-extern void gnome_buddy_hide();
-extern void gnome_buddy_set_pos( gint x, gint y );
 GtkRequisition gnome_buddy_get_dimentions();
 #endif