File diff r7169:b87d36998a2d → r7170:38b143754b40
src/sound/null_s.cpp
Show inline comments
 
@@ -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;