1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

AudioDeviceManager: Remove AudioDeviceManager::restartDevice

This commit is contained in:
Oliver James 2024-10-08 16:26:36 +01:00
parent be6fe2b403
commit 59bb818f09

View file

@ -558,8 +558,6 @@ private:
void audioDeviceListChanged();
void midiDeviceListChanged();
String restartDevice (int blockSizeToUse, double sampleRateToUse,
const BigInteger& ins, const BigInteger& outs);
void stopDevice();
void updateXml();