pidgin: 71b09c73: Remove an unnecessary variable.

qulogic at pidgin.im qulogic at pidgin.im
Wed Dec 23 03:47:06 EST 2009


-----------------------------------------------------------------
Revision: 71b09c7364e1f5560edfe9e66ef5341df1a6efa2
Ancestor: adb1ddccad0d5c1c0df03c2986eed8e33bda887d
Author: qulogic at pidgin.im
Date: 2009-12-23T01:34:51
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/71b09c7364e1f5560edfe9e66ef5341df1a6efa2

Modified files:
        pidgin/gtkprefs.c

ChangeLog: 

Remove an unnecessary variable.

-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c	16ed7de73877df0e3f88331893ac16889f7f6e3c
+++ pidgin/gtkprefs.c	e8263beedd097d46218a924e739389c7d52179b0
@@ -76,7 +76,6 @@ static GtkWidget *prefs = NULL;
 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 @@ delete_prefs(GtkWidget *asdf, void *gdsa
 
 	prefs = NULL;
 	sound_entry = NULL;
-	debugbutton = NULL;
 	notebook_page = 0;
 }
 


More information about the Commits mailing list