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
This commit is contained in:
mcmartin
2003-06-19 07:06:27 +00:00
parent 21b7107f1a
commit 2e1f53e7d7
-2
View File
@@ -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)