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:
@@ -607,7 +607,6 @@ DoMoveCursor (PMENU_STATE pMS)
|
|||||||
STAMP s;
|
STAMP s;
|
||||||
UNICODE buf[30];
|
UNICODE buf[30];
|
||||||
static UNICODE last_buf;
|
static UNICODE last_buf;
|
||||||
static int last_dx = 0, last_dy = 0;
|
|
||||||
|
|
||||||
pMS->MenuRepeatDelay = (COUNT)pMS->CurState;
|
pMS->MenuRepeatDelay = (COUNT)pMS->CurState;
|
||||||
if (!pMS->Initialized)
|
if (!pMS->Initialized)
|
||||||
@@ -627,7 +626,6 @@ DoMoveCursor (PMENU_STATE pMS)
|
|||||||
|
|
||||||
last_buf = ~0;
|
last_buf = ~0;
|
||||||
buf[0] = '\0';
|
buf[0] = '\0';
|
||||||
last_dx = last_dy = 0;
|
|
||||||
goto UpdateCursorInfo;
|
goto UpdateCursorInfo;
|
||||||
}
|
}
|
||||||
else if (CurrentMenuState.cancel)
|
else if (CurrentMenuState.cancel)
|
||||||
|
|||||||
Reference in New Issue
Block a user