summaryrefslogtreecommitdiff
path: root/src/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs.c')
-rw-r--r--src/stubs.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/stubs.c b/src/stubs.c
index 5d56a4e..4469610 100644
--- a/src/stubs.c
+++ b/src/stubs.c
@@ -19,24 +19,6 @@ extern char * SecondSoundDir;
SecondSoundDir = "./sounds";
}
-/* psnd.c */
-#include "psnd.h"
-
-void Sound_Play(SOUNDINDEX soundNumber, char* format, ...)
-{
- fprintf(stderr, "Sound_Play(%d, %s)\n", soundNumber, format);
-}
-
-void Sound_Stop(int activeSoundNumber)
-{
- fprintf(stderr, "Sound_Stop(%d)\n", activeSoundNumber);
-}
-
-void Sound_Update3d(int activeSoundNumber, VECTORCH* posn)
-{
- fprintf(stderr, "Sound_Update3d(%d, %p)\n", activeSoundNumber, posn);
-}
-
/* dd_func.cpp */
void FlipBuffers()