diff --git a/Sources/VLSoundOut.cpp b/Sources/VLSoundOut.cpp index f84fc75..fa82c58 100644 --- a/Sources/VLSoundOut.cpp +++ b/Sources/VLSoundOut.cpp @@ -55,13 +55,6 @@ VLSoundOut * VLSoundOut::Instance() if (!sSoundScheduler.get()) sSoundScheduler.reset(new VLSoundScheduler); } -} - -VLSoundOut * VLSoundOut::Instance() -{ - if (!sSoundOut.get()) - sSoundOut.reset(new VLAUSoundOut); - return sSoundOut.get(); }