Only respond to Give Physical Address with Report Physical Address.
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.cpp
index 6a6bad2a50d168ded8a8b0656bb7502626f036bc..ad4cf1717fb68a7f0bd0186e5caa54c99ee1f12d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the libCEC(R) library.
  *
- * libCEC(R) is Copyright (C) 2011 Pulse-Eight Limited.  All rights reserved.
+ * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited.  All rights reserved.
  * libCEC(R) is an original work, containing original code.
  *
  * libCEC(R) is a trademark of Pulse-Eight Limited.
@@ -40,7 +40,6 @@ CVLCommandHandler::CVLCommandHandler(CCECBusDevice *busDevice) :
     CCECCommandHandler(busDevice)
 {
   m_vendorId = CEC_VENDOR_PANASONIC;
-  m_bOPTSendDeckStatusUpdateOnActiveSource = false;
 }
 
 bool CVLCommandHandler::InitHandler(void)