remove unnecessary memset

This commit is contained in:
ehouse 2008-05-11 13:55:58 +00:00
parent 9617f503a9
commit 4e9f1c6c2b

View file

@ -1543,8 +1543,6 @@ ceDoPrefsDlg( CEAppGlobals* globals )
CePrefsDlgState state;
CePrefsPrefs prefsPrefs;
XP_MEMSET( &state, 0, sizeof(state) );
loadStateFromCurPrefs( globals, &globals->appPrefs, &globals->gameInfo,
&prefsPrefs );