Jack: Remove channel number configuration
Remove the reading and saving of the channel number configuration in several places as it will default to `DEFAULT_CHANNELS` all the time anyway. Remove the LCD spin box which does not allow to make any changes to the channel numbers anyway.
This commit is contained in:
@@ -53,11 +53,6 @@ namespace lmms
|
||||
|
||||
class MidiJack;
|
||||
|
||||
namespace gui
|
||||
{
|
||||
class LcdSpinBox;
|
||||
}
|
||||
|
||||
|
||||
class AudioJack : public QObject, public AudioDevice
|
||||
{
|
||||
@@ -88,7 +83,6 @@ public:
|
||||
|
||||
private:
|
||||
QLineEdit* m_clientName;
|
||||
gui::LcdSpinBox* m_channels;
|
||||
};
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user