Get rid of unused enum.

This commit is contained in:
ehouse 2008-01-07 01:19:24 +00:00
parent e9ac7f53c4
commit c6a6ec1fb0
2 changed files with 1 additions and 7 deletions

View file

@ -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

View file

@ -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