Fixup merge error

This commit is contained in:
Johannes Lorenz
2025-03-23 22:31:03 +01:00
parent 75ea7099d4
commit 3e1a6781c9

View File

@@ -174,7 +174,6 @@ public:
bool captureDeviceAvailable() const;
// audio-bus-handle-stuff
inline void addAudioBusHandle(AudioBusHandle* busHandle)
{
@@ -361,11 +360,6 @@ private:
return m_audioDev;
}
const AudioDevice* audioDev() const
{
return m_audioDev;
}
void renderStageNoteSetup();
void renderStageInstruments();
void renderStageEffects();