diff src/gnome_applet_mgr.c @ 200:bc117fbcf527

[gaim-migrate @ 210] Made the receive non-blocking, added a cancel button, and a few other updates. No, sending a file to someone does not work yet. Be patient. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 30 Apr 2000 21:47:04 +0000
parents 5d62a5d50c89
children 2c5713cd9d8c
line wrap: on
line diff
--- a/src/gnome_applet_mgr.c	Sun Apr 30 10:42:46 2000 +0000
+++ b/src/gnome_applet_mgr.c	Sun Apr 30 21:47:04 2000 +0000
@@ -91,8 +91,6 @@
 	gboolean result = TRUE;
 	char *path;
 	GdkImlibImage *im;
-	GdkPixmap *temp_pm;
-        GdkPixmap *temp_bm;
 
 	path = gnome_pixmap_file(name);	
 
@@ -132,7 +130,6 @@
 ****************************************************************/ 
 
 gboolean update_applet( gpointer *ap ){
-     char temp_string[25];
      static enum gaim_user_states old_user_status = offline;
      
      if( MRI_user_status != old_user_status || ap){
@@ -366,7 +363,6 @@
 **
 ****************************************************************/ 
 GtkAllocation get_applet_pos(){
-    GtkAllocation pos;
     gint x,y,pad;
     GtkRequisition buddy_req, applet_req;
     GtkAllocation result;