cec: send LG's vendor id to broadcast, not the tv
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.h
index 9ed71cb04f5b5b2b809fd0d8c1cab91936186ca3..c3b0fe0337b261e5caf978d23076e9b12f929835 100644 (file)
@@ -2,7 +2,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 @@ namespace CEC
   public:
     CVLCommandHandler(CCECBusDevice *busDevice);
     virtual ~CVLCommandHandler(void) {};
-    virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_PANASONIC; };
     virtual bool InitHandler(void);
   };
 };