From: Lars Op den Kamp Date: Wed, 3 Oct 2012 12:52:45 +0000 (+0200) Subject: removed unused maxTries from CCECAdapterMessage X-Git-Tag: upstream/2.2.0~1^2~17^2^2~42 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=2741736d617fb7a366cb6fcaada85a18c882f30b removed unused maxTries from CCECAdapterMessage --- diff --git a/src/lib/adapter/Pulse-Eight/USBCECAdapterMessage.h b/src/lib/adapter/Pulse-Eight/USBCECAdapterMessage.h index 1b03d72..7c8020d 100644 --- a/src/lib/adapter/Pulse-Eight/USBCECAdapterMessage.h +++ b/src/lib/adapter/Pulse-Eight/USBCECAdapterMessage.h @@ -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 */