Remove RageSoundDriver_QT.

This commit is contained in:
Steve Checkoway
2004-02-17 11:00:32 +00:00
parent 28b9e757cf
commit bbc9cbc648
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -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
-1
View File
@@ -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"