Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rf192234d80556802fa42e62f8c1b20d1474f82f1 -r20535cdea80fac7a48eb84d47c9ec4a1968051c5 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision f192234d80556802fa42e62f8c1b20d1474f82f1) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 20535cdea80fac7a48eb84d47c9ec4a1968051c5) @@ -136,12 +136,6 @@ // MSG_ID_DG_SEND_SERVICE_RECORD BOOL sendDGServiceRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* srvcRcrdAddress ); -#if 0 -// For Phase 1B -// MSG_ID_DG_SEND_SCHEDULED_RUNS_RECORD -BOOL sendDGScheduledRunsRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* scheduledRcrdAddress ); -#endif - // MSG_ID_DG_POST_SINGLE_TEST_RESULT BOOL sendPOSTTestResult( DG_POST_STATE_T test, BOOL passed ); @@ -154,12 +148,6 @@ // MSG_ID_DG_SEND_USAGE_INFO_RECORD BOOL sendDGUsageInfoRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* usageInfoAddress ); -#if 0 -// For Phase 1B -// MSG_ID_DG_SCHEDULED_RUNS_INFO -void handleDGScheduledRunsRequest( MESSAGE_T *message ); -#endif - // MSG_ID_HD_OP_MODE BOOL handleSetHDOperationMode( MESSAGE_T *message ); @@ -343,15 +331,6 @@ // MSG_ID_DG_SET_SERVICE_RECORD void handleSetDGServiceRecord( MESSAGE_T *message ); -#if 0 -// For phase 1B -// MSG_ID_DG_GET_SCHEDULED_RUNS_RECORD -void handleGetDGScheduledRunsRecord( MESSAGE_T *message ); - -// MSG_ID_DG_SET_SCHEDULED_RUNS_RECORD -void handleSetDGScheduledRunsRecord( MESSAGE_T *message ); -#endif - // MSG_ID_DG_START_STOP_CHEM_DSINFECT BOOL handleStartStopDGChemicalDisinfect( MESSAGE_T *message );