pidgin/gtkthemes.h

changeset 35708
8903e6402d5b
parent 35500
ae6432ea326f
--- 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
 

mercurial