summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-05-03 22:49:05 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commitead7859059c4b537920f11c0624ea8d7f3256d9a (patch)
treece0bfa2d5d395433c5131e61e20051370139e671 /src
parente3070e708816c3a6ab61816c9cd0e242763b6aa2 (diff)
Removed DAVEW.
Diffstat (limited to 'src')
-rw-r--r--src/avp/win95/objsetup.cpp6
-rw-r--r--src/avp/win95/psndplat.c6
2 files changed, 2 insertions, 10 deletions
diff --git a/src/avp/win95/objsetup.cpp b/src/avp/win95/objsetup.cpp
index 422916b..bf3cddf 100644
--- a/src/avp/win95/objsetup.cpp
+++ b/src/avp/win95/objsetup.cpp
@@ -1,8 +1,4 @@
-#ifdef DAVEW
- #define DB_LEVEL 1
-#else
- #define DB_LEVEL 1
-#endif
+#define DB_LEVEL 1
#include <stdlib.h>
diff --git a/src/avp/win95/psndplat.c b/src/avp/win95/psndplat.c
index 288a950..b16b6ff 100644
--- a/src/avp/win95/psndplat.c
+++ b/src/avp/win95/psndplat.c
@@ -2,11 +2,7 @@
AvP platform specific sound management source
----------------------------------------------------------------------------*/
-#ifdef DAVEW
- #define DB_LEVEL 4
-#else
- #define DB_LEVEL 3
-#endif
+#define DB_LEVEL 3
#include "3dc.h"
#include "inline.h"