cec: only switch handlers once when using the generic handler
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.h
index 9ed71cb04f5b5b2b809fd0d8c1cab91936186ca3..cff1da4dfcdf3eb4aaad5966713fbdea614698eb 100644 (file)
@@ -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);
   };
 };