cec: transmit the menu state as (active) when the stream path is set
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.h
index 57213e96e5328d869286e167c2fd308c750c2be5..3959ad79b1f2a3ba6ea8ea6d508aebb9d3796e29 100644 (file)
@@ -41,8 +41,5 @@ namespace CEC
     CVLCommandHandler(CCECBusDevice *busDevice);
     virtual ~CVLCommandHandler(void) {};
     virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_PANASONIC; };
-
-  protected:
-    virtual bool HandleSetStreamPath(const cec_command &command);
   };
 };