Index: firmware/App/Services/Messaging.h =================================================================== diff -u -rad2492d1c1b63ec2727e5a7a13c5b3a4f8021f86 -re9f15ff59ac0350adcbe544df8b3451e15ee7287 --- firmware/App/Services/Messaging.h (.../Messaging.h) (revision ad2492d1c1b63ec2727e5a7a13c5b3a4f8021f86) +++ firmware/App/Services/Messaging.h (.../Messaging.h) (revision e9f15ff59ac0350adcbe544df8b3451e15ee7287) @@ -51,13 +51,6 @@ U08 userRequest; ///< request to confirm, cancel, or reject off button request } UI_OFF_BUTTON_RESPONSE_PAYLOAD_T; -/// Payload record structure for off button response. -typedef struct -{ - U32 id; - U32 command; - U32 reason; -} UI_PAYLOAD_T; #pragma pack(pop) /// Payload record structure for UI response.