Skip to content

Commit

Permalink
Move declaration for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Dec 6, 2024
1 parent 3d2f6c3 commit e4c23b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,10 @@ class CClient : public QObject
void SetMuteOutStream ( const bool bDoMute ) { bMuteOutStream = bDoMute; }

void SetRemoteChanGain ( const int iId, const float fGain, const bool bIsMyOwnFader );
void SetRemoteChanPan ( const int iId, const float fPan );
void OnTimerRemoteChanGainOrPan();
void StartTimerGainOrPan();

void SetRemoteChanPan ( const int iId, const float fPan );

void SetInputBoost ( const int iNewBoost ) { iInputBoost = iNewBoost; }

void SetRemoteInfo() { Channel.SetRemoteInfo ( ChannelInfo ); }
Expand Down

0 comments on commit e4c23b5

Please sign in to comment.