From a549b86b51e9cf2494a111158421e172ecd14533 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 9 Jan 2016 05:05:37 +0100 Subject: [PATCH] Already done inside win32_set_window --- gfx/d3d/d3d.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/d3d/d3d.cpp b/gfx/d3d/d3d.cpp index 1bb5b27003..7cb36d9f21 100644 --- a/gfx/d3d/d3d.cpp +++ b/gfx/d3d/d3d.cpp @@ -1045,9 +1045,6 @@ static bool d3d_construct(d3d_video_t *d3d, windowed_full, &rect); #endif - win32_show_cursor(!info->fullscreen); - - #ifdef HAVE_SHADERS /* This should only be done once here * to avoid set_shader() to be overridden