summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-12-01 11:42:56 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-12-01 11:42:56 +0000
commit08f72ec26eb534a2d468b05ae0b0122efa7e5cc4 (patch)
treeb515bb9450397351365959700f18aeccc4f03d2d
parent48201804be2817aae58b1865b0857047f70e9e46 (diff)
downloadpcsxr-08f72ec26eb534a2d468b05ae0b0122efa7e5cc4.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38583 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--ChangeLog1
-rw-r--r--gui/Gtk2Gui.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2a5b436..fe7bb5d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ December 1, 2009 Wei Mingzhi <weimingzhi@gmail.com>
Threaded mode.
* gui/MemcardDlg.c: Don't keep previous selection after creating a new
memcard, formatting a memcard, or changing a memcard.
+ * gui/Gtk2Gui.c: Minor cleanup.
November 30, 2009 Wei Mingzhi <weimingzhi@gmail.com>
diff --git a/gui/Gtk2Gui.c b/gui/Gtk2Gui.c
index 76075b64..81da513e 100644
--- a/gui/Gtk2Gui.c
+++ b/gui/Gtk2Gui.c
@@ -69,7 +69,6 @@ void ResetMenuSlots(GladeXML *xml) {
GtkWidget *widget;
gchar *str;
int i;
- gint context_id;
if (CdromId[0] == '\0') {
// disable state saving/loading if no CD is loaded