Mercurial > pidgin
diff src/buddy.c @ 3716:d7e83b4db191
[gaim-migrate @ 3849]
Warning fixes
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Wed, 16 Oct 2002 19:44:19 +0000 |
| parents | 507eb0a2c7b2 |
| children | d85208a99af2 |
line wrap: on
line diff
--- a/src/buddy.c Wed Oct 16 19:40:00 2002 +0000 +++ b/src/buddy.c Wed Oct 16 19:44:19 2002 +0000 @@ -64,9 +64,11 @@ #include "pixmaps/add_small.xpm" #include "pixmaps/import_small.xpm" /*#include "pixmaps/export_small.xpm"*/ +#if 0 #if defined(GAIM_PLUGINS) || defined(USE_PERL) #include "pixmaps/plugins_small.xpm" #endif +#endif #include "pixmaps/prefs_small.xpm" #include "pixmaps/search_small.xpm" #include "pixmaps/close_small.xpm" @@ -2572,9 +2574,6 @@ GtkWidget *sw; GtkWidget *menu; -#ifdef USE_PERL - GtkWidget *perlmenu; -#endif #ifdef NO_MULTI GtkWidget *setmenu; GtkWidget *findmenu;
