(w32_get_resource): Remove unused variable `ok'.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 25 Oct 2007 14:34:09 +0000 (14:34 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 25 Oct 2007 14:34:09 +0000 (14:34 +0000)
src/w32.c

index 743eac9..0b7006c 100644 (file)
--- 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.  */