mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
remove dead field
This commit is contained in:
parent
6f2a9f0a89
commit
4081b11c6f
2 changed files with 0 additions and 2 deletions
|
@ -2148,7 +2148,6 @@ mainViewHandleEvent( EventPtr event )
|
|||
break;
|
||||
|
||||
case frmOpenEvent:
|
||||
globals->gState.windowAvail = true;
|
||||
globals->mainForm = FrmGetActiveForm();
|
||||
updateForLefty( globals, globals->mainForm );
|
||||
FrmDrawForm( globals->mainForm );
|
||||
|
|
|
@ -119,7 +119,6 @@ typedef struct XWords4PreferenceType {
|
|||
Boolean showColors;
|
||||
#ifdef DEBUG
|
||||
Boolean showDebugstrs;
|
||||
Boolean windowAvail;
|
||||
Boolean logToMemo;
|
||||
Boolean reserved1;
|
||||
Boolean reserved2;
|
||||
|
|
Loading…
Add table
Reference in a new issue