Remove warning.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3376 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-11-30 20:11:56 +00:00
parent a6a7b843d0
commit c863198a12
+1 -2
View File
@@ -330,13 +330,12 @@ OnTextEntryChange (TEXTENTRY_STATE *pTES)
static BOOLEAN
OnTextEntryFrame (TEXTENTRY_STATE *pTES)
{
WIDGET_TEXTENTRY *widget = (WIDGET_TEXTENTRY *) pTES->CbParam;
DrawConnectDialog ();
SleepThreadUntil (pTES->NextTime);
pTES->NextTime = GetTimeCounter () + MENU_FRAME_RATE;
(void) pTES; // satisfying compiler
return TRUE; // continue
}