mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
remove unnecessary memset
This commit is contained in:
parent
9617f503a9
commit
4e9f1c6c2b
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