# HG changeset patch # User Elliott Sales de Andrade # Date 1261532091 0 # Node ID c83cec74147e2f0db143d80b513d16ab4b220dbe # Parent 3b85df6d407c7858c8ab91201cb5f5c9cf9ff78d Remove an unnecessary variable. diff -r 3b85df6d407c -r c83cec74147e pidgin/gtkprefs.c --- 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; }