InstrumentTrack: removed option for disabling PianoView visual feedback

Probably never used by anyone and just makes code unneccessarily complex.
This commit is contained in:
Tobias Doerffel
2014-01-26 00:14:16 +01:00
parent 3a827f061f
commit 7d395c00fa
3 changed files with 9 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
/*
* setup_dialog.h - dialog for setting up LMMS
*
* Copyright (c) 2005-2011 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
*
@@ -103,7 +103,6 @@ private slots:
void openBackgroundArtwork();
void toggleDisableChActInd( bool _disabled );
void toggleManualChPiano( bool _enabled );
void toggleSmoothScroll( bool _enabled );
void toggleAutoSave( bool _enabled );
void toggleOneInstrumentTrackWindow( bool _enabled );
@@ -155,7 +154,6 @@ private:
QString m_backgroundArtwork;
bool m_disableChActInd;
bool m_manualChPiano;
bool m_smoothScroll;
bool m_enableAutoSave;
bool m_oneInstrumentTrackWindow;