video/win32_v.c
changeset 2208 ed38ba85b7e1
parent 2207 40c928fbde8a
child 2228 7014d372374f
--- a/video/win32_v.c	Wed Jul 27 19:22:38 2005 +0000
+++ b/video/win32_v.c	Wed Jul 27 19:25:50 2005 +0000
@@ -21,7 +21,6 @@
 	HPALETTE gdi_palette;
 	int width,height;
 	int width_org, height_org;
-	bool cursor_visible;
 	bool switch_driver;
 	bool fullscreen;
 	bool double_size;
@@ -632,7 +631,6 @@
 static const char *Win32GdiStart(const char * const *parm)
 {
 	memset(&_wnd, 0, sizeof(_wnd));
-	_wnd.cursor_visible = true;
 
 	RegisterWndClass();