InstrumentTrack: removed option for disabling activity indicators

Probably never used by anyone and just makes code unneccessarily complex.
This commit is contained in:
Tobias Doerffel
2014-01-26 00:25:32 +01:00
parent 7d395c00fa
commit 1fddc81c04
3 changed files with 6 additions and 35 deletions

View File

@@ -102,7 +102,6 @@ private slots:
void openDefaultSoundfont();
void openBackgroundArtwork();
void toggleDisableChActInd( bool _disabled );
void toggleSmoothScroll( bool _enabled );
void toggleAutoSave( bool _enabled );
void toggleOneInstrumentTrackWindow( bool _enabled );
@@ -153,7 +152,6 @@ private:
#endif
QString m_backgroundArtwork;
bool m_disableChActInd;
bool m_smoothScroll;
bool m_enableAutoSave;
bool m_oneInstrumentTrackWindow;