--- a/pidgin/gtkthemes.h Mon Mar 31 21:50:17 2014 +0200 +++ b/pidgin/gtkthemes.h Tue Apr 01 02:11:17 2014 +0200 @@ -35,7 +35,7 @@ struct PidginSmileyList *next; }; -struct PidginSmileyTheme { +struct PidginSmileyThemeREMOVEIT { char *path; char *name; char *desc; @@ -46,7 +46,6 @@ }; extern struct PidginSmileyTheme *current_smiley_theme; -extern GSList *smiley_themes; G_BEGIN_DECLS