Mercurial > pidgin
changeset 28812:c83cec74147e
Remove an unnecessary variable.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Wed, 23 Dec 2009 01:34:51 +0000 |
| parents | 3b85df6d407c |
| children | aec354f08f7c |
| files | pidgin/gtkprefs.c |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; }
