From 2e1f53e7d79ca1a751cb7ef1ef5cf9df2f32823a Mon Sep 17 00:00:00 2001 From: mcmartin Date: Thu, 19 Jun 2003 07:06:27 +0000 Subject: [PATCH] Removed some cruft This was left over from a previous attempt at fixing 381. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@986 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/planets/pstarmap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sc2/src/sc2code/planets/pstarmap.c b/sc2/src/sc2code/planets/pstarmap.c index 2317b3a27..91492b8a1 100644 --- a/sc2/src/sc2code/planets/pstarmap.c +++ b/sc2/src/sc2code/planets/pstarmap.c @@ -607,7 +607,6 @@ DoMoveCursor (PMENU_STATE pMS) STAMP s; UNICODE buf[30]; static UNICODE last_buf; - static int last_dx = 0, last_dy = 0; pMS->MenuRepeatDelay = (COUNT)pMS->CurState; if (!pMS->Initialized) @@ -627,7 +626,6 @@ DoMoveCursor (PMENU_STATE pMS) last_buf = ~0; buf[0] = '\0'; - last_dx = last_dy = 0; goto UpdateCursorInfo; } else if (CurrentMenuState.cancel)