mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
Get rid of unused enum.
This commit is contained in:
parent
e9ac7f53c4
commit
c6a6ec1fb0
2 changed files with 1 additions and 7 deletions
|
@ -305,9 +305,6 @@ eType_2str( eventsEnum eType )
|
|||
CASESTR( BTSTATUS_CONNECTED_RES_ID );
|
||||
#endif
|
||||
|
||||
#if defined XWFEATURE_BLUETOOTH || defined XWFEATURE_RELAY
|
||||
CASESTR( connsSettingChgEvent);
|
||||
#endif
|
||||
#ifdef FEATURE_SILK
|
||||
CASESTR( doResizeWinEvent );
|
||||
#endif
|
||||
|
|
|
@ -203,7 +203,7 @@ typedef struct PalmNewGameState {
|
|||
|
||||
XP_Bool forwardChange;
|
||||
DeviceRole curServerHilite;
|
||||
#if defined XWFEATURE_RELAY || defined XWFEATURE_BLUETOOTH || defined XWFEATURE_IR
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
CommsAddrRec addr;
|
||||
#endif
|
||||
} PalmNewGameState;
|
||||
|
@ -369,9 +369,6 @@ enum { noopEvent = firstUserEvent /* 0x6000 */
|
|||
#ifdef XWFEATURE_FIVEWAY
|
||||
,updateAfterFocusEvent
|
||||
#endif
|
||||
#if defined XWFEATURE_BLUETOOTH || defined XWFEATURE_RELAY
|
||||
,connsSettingChgEvent
|
||||
#endif
|
||||
#if defined XWFEATURE_BLUETOOTH
|
||||
,closeBtLibEvent
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue