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:
Michael Gregorius
2025-05-01 18:48:24 +02:00
parent ecd6a63a0f
commit 3ab8cc5a4c
2 changed files with 1 additions and 25 deletions

View File

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