aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-10-25 14:34:09 +0000
committerJuanma Barranquero <[email protected]>2007-10-25 14:34:09 +0000
commitc5f6df4d5b7686049a85a13fd4d94993eb75f8f6 (patch)
treee50fc724da9f50872184225f77adc4991d3b7e8d /src
parenta8d6819ab32b70c5ea71b22bde1601b99e646b4d (diff)
(w32_get_resource): Remove unused variable `ok'.
Diffstat (limited to 'src')
-rw-r--r--src/w32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 743eac99e7..0b7006c863 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -877,7 +877,6 @@ w32_get_resource (key, lpdwtype)
LPBYTE lpvalue;
HKEY hrootkey = NULL;
DWORD cbData;
- BOOL ok = FALSE;
/* Check both the current user and the local machine to see if
we have any resources. */