src/sound/null_s.cpp
branchnoai
changeset 9631 8a2d1c2ceb88
parent 6573 7624f942237f
child 10429 1b99254f9607
--- a/src/sound/null_s.cpp	Wed Jun 27 01:01:16 2007 +0000
+++ b/src/sound/null_s.cpp	Sat Jul 07 09:20:52 2007 +0000
@@ -3,10 +3,4 @@
 #include "../stdafx.h"
 #include "null_s.h"
 
-static const char *NullSoundStart(const char * const *parm) { return NULL; }
-static void NullSoundStop() {}
-
-const HalSoundDriver _null_sound_driver = {
-	NullSoundStart,
-	NullSoundStop,
-};
+static FSoundDriver_Null iFSoundDriver_Null;