summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/chansrv/sound.h')
-rw-r--r--sesman/chansrv/sound.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sesman/chansrv/sound.h b/sesman/chansrv/sound.h
index f74476c4..0666ea00 100644
--- a/sesman/chansrv/sound.h
+++ b/sesman/chansrv/sound.h
@@ -30,18 +30,6 @@
#include "chansrv.h"
#include "trans.h"
-#define _DEBUG_RDPSND
-
-#ifdef DEBUG_RDPSND
-#include <stdio.h>
-#define print_got_here() printf("****** got here: %s : %s : %d\n", \
- __FILE__, __func__, __LINE__);
-#else
-#define print_got_here()
-#endif
-
-#define AUDIO_BUF_SIZE 2048
-
#define SNDC_CLOSE 0x01
#define SNDC_WAVE 0x02
#define SNDC_SETVOLUME 0x03