mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove unnecessary memset
This commit is contained in:
parent
f24965c093
commit
255592ddec
1 changed files with 0 additions and 2 deletions
|
@ -1543,8 +1543,6 @@ ceDoPrefsDlg( CEAppGlobals* globals )
|
|||
CePrefsDlgState state;
|
||||
CePrefsPrefs prefsPrefs;
|
||||
|
||||
XP_MEMSET( &state, 0, sizeof(state) );
|
||||
|
||||
loadStateFromCurPrefs( globals, &globals->appPrefs, &globals->gameInfo,
|
||||
&prefsPrefs );
|
||||
|
||||
|
|
Loading…
Reference in a new issue