From 5b18caad92f985590e9ea63ef1d5557f97539656 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 15 Jun 2006 15:08:06 +0000 Subject: [PATCH] windows: cleanup --- src/native/win32/display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/native/win32/display.c b/src/native/win32/display.c index 1bfd10c7..013bf81d 100644 --- a/src/native/win32/display.c +++ b/src/native/win32/display.c @@ -196,7 +196,6 @@ jobject initDisplay(JNIEnv * env) { DEVMODE devmode; jobject newMode; - LONG cdsret; // Get the screen HDC screenDC = GetDC(NULL);