Remove RageSoundDriver_QT.
This commit is contained in:
@@ -125,9 +125,6 @@ RageSoundDriver *MakeRageSoundDriver(CString drivers)
|
||||
#ifdef RAGE_SOUND_CA
|
||||
if(!DriversToTry[i].CompareNoCase("CoreAudio")) ret = new RageSound_CA;
|
||||
#endif
|
||||
#ifdef RAGE_SOUND_QT
|
||||
if(!DriversToTry[i].CompareNoCase("QT")) ret = new RageSound_QT;
|
||||
#endif
|
||||
#ifdef RAGE_SOUND_QT1
|
||||
if(!DriversToTry[i].CompareNoCase("QT1")) ret = new RageSound_QT1;
|
||||
#endif
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
#include "Sound/RageSoundDriver_CA.h"
|
||||
#include "Sound/RageSoundDriver_QT1.h"
|
||||
#include "Sound/RageSoundDriver_QT.h"
|
||||
#include "LoadingWindow/LoadingWindow_Cocoa.h"
|
||||
#include "ArchHooks/ArchHooks_darwin.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user