diff -r dabe358aec40 -r 41d7c884dc52 sound/null.c --- a/sound/null.c Sat Jul 23 15:34:05 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -#include "stdafx.h" -#include "openttd.h" -#include "sound/null.h" - -static const char *NullSoundStart(const char * const *parm) { return NULL; } -static void NullSoundStop(void) {} - -const HalSoundDriver _null_sound_driver = { - NullSoundStart, - NullSoundStop, -};