cec: only switch handlers once when using the generic handler
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index 8243d98546564e10f570df23da1009add6b28ce8..e398dc878d84af2030526b715a3835abaca45221 100644 (file)
@@ -40,7 +40,6 @@ namespace CEC
   public:
     CSLCommandHandler(CCECBusDevice *busDevice);
     virtual ~CSLCommandHandler(void) {};
-    virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_LG; };
 
     virtual void HandlePoll(const cec_logical_address iInitiator, const cec_logical_address iDestination);
     virtual bool HandleReceiveFailed(void);