diff libpurple/sound-theme.h @ 32157:4d92a431d0a1

Use GObject's instance private data for all the theme GObjects.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 17 Sep 2011 04:51:57 +0000
parents b1c8ffbd48f9
children
line wrap: on
line diff
--- a/libpurple/sound-theme.h	Fri Sep 16 06:10:04 2011 +0000
+++ b/libpurple/sound-theme.h	Sat Sep 17 04:51:57 2011 +0000
@@ -51,7 +51,6 @@
 struct _PurpleSoundTheme
 {
 	PurpleTheme parent;
-	gpointer priv;
 };
 
 struct _PurpleSoundThemeClass