pidgin/gtkprefs.c

changeset 29148
f01e7c551d10
parent 28930
4b7f980b13d3
child 29149
773c9d17e637
--- a/pidgin/gtkprefs.c	Tue Dec 22 08:19:57 2009 +0000
+++ b/pidgin/gtkprefs.c	Wed Dec 23 01:34:51 2009 +0000
@@ -76,7 +76,6 @@
 static GtkWidget *sound_entry = NULL;
 
 static GtkWidget *prefs = NULL;
-static GtkWidget *debugbutton = NULL;
 static int notebook_page = 0;
 
 static GtkListStore *prefs_sound_themes;
@@ -336,7 +335,6 @@
 
 	prefs = NULL;
 	sound_entry = NULL;
-	debugbutton = NULL;
 	notebook_page = 0;
 }
 

mercurial