summaryrefslogtreecommitdiff
path: root/opl
diff options
context:
space:
mode:
authorSimon Howard2009-06-02 01:08:20 +0000
committerSimon Howard2009-06-02 01:08:20 +0000
commitb09cb29b9f573501206bd31e51f3014ec79d5f95 (patch)
tree1e9e0d02adfdf3c58e86b6016efc0f31dee888c4 /opl
parent40ca9e8297ae8638c638f33b6ef5393ee88c7056 (diff)
downloadchocolate-doom-b09cb29b9f573501206bd31e51f3014ec79d5f95.tar.gz
chocolate-doom-b09cb29b9f573501206bd31e51f3014ec79d5f95.tar.bz2
chocolate-doom-b09cb29b9f573501206bd31e51f3014ec79d5f95.zip
Disable debug output.
Subversion-branch: /branches/opl-branch Subversion-revision: 1541
Diffstat (limited to 'opl')
-rw-r--r--opl/opl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opl/opl.c b/opl/opl.c
index 6c2d9c4f..5fddf205 100644
--- a/opl/opl.c
+++ b/opl/opl.c
@@ -31,7 +31,7 @@
#include "opl.h"
#include "opl_internal.h"
-#define OPL_DEBUG_TRACE
+//#define OPL_DEBUG_TRACE
#ifdef HAVE_IOPERM
extern opl_driver_t opl_linux_driver;