X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=d6acd7512a84f6c21da0f7d74055878941d49046;hb=38bdb94305cac92a7ac8ea31e2c1533dc17fb8dc;hp=0505c7cc81ff23e77ec1a78ae0bc825d4d1e152b;hpb=722869e27e6f6ef9db09fa9114994e167b7e8894;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.h b/src/lib/implementations/CECCommandHandler.h index 0505c7c..d6acd75 100644 --- a/src/lib/implementations/CECCommandHandler.h +++ b/src/lib/implementations/CECCommandHandler.h @@ -69,7 +69,6 @@ namespace CEC void SendToCommandBuffer(const cec_command &command); CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const; - CCECBusDevice *GetThisDevice(void) const; CCECBusDevice *m_busDevice; }; };