X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.h;h=3959ad79b1f2a3ba6ea8ea6d508aebb9d3796e29;hb=b6c7bc94e8a569d0fd49c1ecd1bcf02dcbee54c5;hp=57213e96e5328d869286e167c2fd308c750c2be5;hpb=4f8dcef2e4f3268688b753478496c784d4e12c30;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); }; };