X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FANCommandHandler.h;h=8966c1a13fb4c986cdcb1e109d3d6da0f1cf700e;hb=cf4931be43a04e39ae7041e115f5a07cec530031;hp=0207a6321f67c435c9d627b66481b0ca320446ee;hpb=722869e27e6f6ef9db09fa9114994e167b7e8894;p=deb_libcec.git diff --git a/src/lib/implementations/ANCommandHandler.h b/src/lib/implementations/ANCommandHandler.h index 0207a63..8966c1a 100644 --- a/src/lib/implementations/ANCommandHandler.h +++ b/src/lib/implementations/ANCommandHandler.h @@ -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); };