summaryrefslogtreecommitdiff
path: root/sound/null_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/null_s.c')
-rw-r--r--sound/null_s.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sound/null_s.c b/sound/null_s.c
deleted file mode 100644
index f68c4b13a..000000000
--- a/sound/null_s.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $Id$ */
-
-#include "../stdafx.h"
-#include "../openttd.h"
-#include "null_s.h"
-
-static const char *NullSoundStart(const char * const *parm) { return NULL; }
-static void NullSoundStop(void) {}
-
-const HalSoundDriver _null_sound_driver = {
- NullSoundStart,
- NullSoundStop,
-};