removed unused maxTries from CCECAdapterMessage
authorLars Op den Kamp <lars@opdenkamp.eu>
Wed, 3 Oct 2012 12:52:45 +0000 (14:52 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Wed, 3 Oct 2012 12:52:45 +0000 (14:52 +0200)
src/lib/adapter/Pulse-Eight/USBCECAdapterMessage.h

index 1b03d72063fcd322760f5b5de4ff4be0bb4165e4..7c8020de8a0a2ae378b34e3ef1b88bc590a50146 100644 (file)
@@ -250,7 +250,6 @@ namespace CEC
      */
     cec_adapter_messagecode Reply(void) const;
 
-    uint8_t                               maxTries;             /**< the maximum number of times to try to send this message */
     cec_datapacket                        response;             /**< the response to this message */
     cec_datapacket                        packet;               /**< the actual data */
     cec_adapter_message_state             state;                /**< the current state of this message */