Index: firmware/App/Services/Messaging.h =================================================================== diff -u -r7a211da92e750bc5e306e897e956487a4303a36b -r8759adf902288368a8b0aaea7a809cc88822a9ab --- firmware/App/Services/Messaging.h (.../Messaging.h) (revision 7a211da92e750bc5e306e897e956487a4303a36b) +++ firmware/App/Services/Messaging.h (.../Messaging.h) (revision 8759adf902288368a8b0aaea7a809cc88822a9ab) @@ -51,14 +51,6 @@ } UI_OFF_BUTTON_RESPONSE_PAYLOAD_T; #pragma pack(pop) -/// Payload record structure for off button response. -typedef struct -{ - U32 id; - U32 command; - U32 reason; -} UI_OFF_BUTTON_PAYLOAD_T; - /// Payload record structure for UI response. typedef struct {