X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.h;h=3959ad79b1f2a3ba6ea8ea6d508aebb9d3796e29;hb=c23380e74349bd4bae7718b66a78a07a51a6f0fe;hp=57213e96e5328d869286e167c2fd308c750c2be5;hpb=bb5b4874f081aea758af58eae11f4729fc679650;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.h b/src/lib/implementations/VLCommandHandler.h index 57213e9..3959ad7 100644 --- a/src/lib/implementations/VLCommandHandler.h +++ b/src/lib/implementations/VLCommandHandler.h @@ -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); }; };