diff --git a/src/audiomixerboard.cpp b/src/audiomixerboard.cpp index d40e11bb..88b198f3 100644 --- a/src/audiomixerboard.cpp +++ b/src/audiomixerboard.cpp @@ -447,7 +447,6 @@ void CChannelFader::SetChannelInfos ( const CChannelInfo& cChanInfo ) // Label text -------------------------------------------------------------- - // break text at predefined position const int iBreakPos = MAX_LEN_FADER_TAG / 2; @@ -769,10 +768,8 @@ void CAudioMixerBoard::HideAll() iMyChannelID = INVALID_INDEX; // use original order of channel (by server ID) - ChangeFaderOrder ( false, ST_BY_NAME ); - // emit status of connected clients emit NumClientsChanged ( 0 ); // -> no clients connected } diff --git a/src/audiomixerboard.h b/src/audiomixerboard.h index 08862464..a3321a34 100644 --- a/src/audiomixerboard.h +++ b/src/audiomixerboard.h @@ -49,7 +49,6 @@ class CChannelFader : public QObject public: CChannelFader ( QWidget* pNW ); - QString GetReceivedName() { return cReceivedChanInfo.strName; } int GetReceivedInstrument() { return cReceivedChanInfo.iInstrument; } void SetChannelInfos ( const CChannelInfo& cChanInfo );