Clean some empty lines to match original code

This commit is contained in:
Alberstein8 2020-06-13 14:58:36 +02:00
parent 61f25b5644
commit 7c73b93b9f
2 changed files with 0 additions and 4 deletions

View File

@ -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
}

View File

@ -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 );