cec: only switch handlers once when using the generic handler
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.h
index 0207a6321f67c435c9d627b66481b0ca320446ee..8966c1a13fb4c986cdcb1e109d3d6da0f1cf700e 100644 (file)
@@ -42,9 +42,6 @@ namespace CEC
     virtual ~CANCommandHandler(void) {};
 
     virtual bool HandleCommand(const cec_command &command);
-
-    virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_SAMSUNG; };
-
   protected:
     virtual bool HandleVendorRemoteButtonDown(const cec_command &command);
   };