fix unused variables

This commit is contained in:
BPanther
2021-10-19 22:35:24 +02:00
committed by Thilo Graf
parent 482cae3f90
commit 3b0aaf8944
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ class CQuadPiPSetupNotifier : public CChangeObserver
class CQuadPiPSetupSelectChannelWidget : public CMenuWidget
{
private:
int InitZapitChannelHelper(CZapitClient::channelsMode mode);
int InitZapitChannelHelper();
public:
CQuadPiPSetupSelectChannelWidget();