From c43653b565d8a9c98558dc8b407577e80d341ff0 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 27 Jul 2005 19:25:50 +0000 Subject: (svn r2726) Fix last commit --- video/win32_v.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video') diff --git a/video/win32_v.c b/video/win32_v.c index d4e1ff1fa..a4fffd0c0 100644 --- a/video/win32_v.c +++ b/video/win32_v.c @@ -21,7 +21,6 @@ static struct { 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 void FindResolutions(void) static const char *Win32GdiStart(const char * const *parm) { memset(&_wnd, 0, sizeof(_wnd)); - _wnd.cursor_visible = true; RegisterWndClass(); -- cgit v1.2.3-54-g00ecf