summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c
index d52dad00c8..4b19594249 100644
--- a/libvo/w32_common.c
+++ b/libvo/w32_common.c
@@ -30,7 +30,6 @@ uint32_t o_dheight;
static HINSTANCE hInstance;
HWND vo_window = 0;
-static int cursor = 1;
static int event_flags;
static int mon_cnt;
@@ -240,16 +239,10 @@ static int createRenderingContext(void) {
if (vo_fs || vo_ontop) layer = HWND_TOPMOST;
if (vo_fs) {
changeMode();
- if (cursor) {
ShowCursor(0);
- cursor = 0;
- }
} else {
resetMode();
- if (!cursor) {
ShowCursor(1);
- cursor = 1;
- }
}
updateScreenProperties();
ShowWindow(vo_window, SW_HIDE);