remove unused variable

This commit is contained in:
ehouse 2008-07-17 05:01:24 +00:00
parent 147f8a4357
commit 95c6182b3c

View file

@ -1964,7 +1964,6 @@ static Boolean
scrollBoard( PalmAppGlobals* globals, Int16 newValue, Boolean fromBar )
{
XP_Bool result = XP_FALSE;
XP_U16 curYOffset;
XP_ASSERT( !!globals->game.board );