summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-04-18 12:46:11 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-04-18 12:46:11 +0100
commit638383315ef51e46b5eb2c1f26d51f85da4d0b64 (patch)
tree62d6067fd9ac0c7802759fab7f18f1533504d74a
parent474aae57c1ba62418e5194deec46f9c23961e178 (diff)
Remove unused variable left over from thread safe icon changes
-rw-r--r--hw/xwin/winprefs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwin/winprefs.c b/hw/xwin/winprefs.c
index a4904710a..f0d23d70f 100644
--- a/hw/xwin/winprefs.c
+++ b/hw/xwin/winprefs.c
@@ -166,7 +166,6 @@ static wBOOL CALLBACK
ReloadEnumWindowsProc (HWND hwnd, LPARAM lParam)
{
HICON hicon;
- Window wid;
if (!hwnd) {
ErrorF("ReloadEnumWindowsProc: hwnd==NULL!\n");