X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=d6acd7512a84f6c21da0f7d74055878941d49046;hb=f8513317a5f4bb2d9d0843193c3c98eca19f8e8a;hp=0505c7cc81ff23e77ec1a78ae0bc825d4d1e152b;hpb=57f45e6c93ae094071e8a2f3f3786d4f26265a1d;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; }; };