Index: firmware/App/TDCommon.h =================================================================== diff -u -rd1abd0eba39f6eb00e7d1022628605cd45a63b32 -r2e7706d646b75803605cf0bc30375763bf999416 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision d1abd0eba39f6eb00e7d1022628605cd45a63b32) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 2e7706d646b75803605cf0bc30375763bf999416) @@ -117,15 +117,6 @@ U32 ctrlMode; ///< Control mode. } OVERRIDE_PUMP_SET_PT_PAYLOAD_T; -/// Generate dialysate mode data structure -typedef struct -{ - U32 genDialysateExecState; ///< Generate dialysate execution state - BOOL isDialDelInProgress; ///< Whether Dialysate Delivery in progress or not - BOOL isDialysateGoodtoDeliver; ///< Ready to deliver dialysate or not - F32 currentQd; ///< Current dialysate flow rate (ml/min) -} GEN_DIALYSATE_MODE_DATA_T; - #pragma pack(pop) // **** Common Macros ****