aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/rdwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/rdwin.cpp')
-rw-r--r--sword2/driver/rdwin.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp
index 488affb011..be9974381c 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -37,7 +37,7 @@
#define MENUDEEP 40 // Temporary, until menu.h is written!
-
+#if 0
//-----------------------------------------------------------------------------
void Zdebug(const char *format,...) {
@@ -68,6 +68,7 @@ void Zdebug(const char *format,...) {
#endif
#endif
}
+#endif
//-----------------------------------------------------------------------------
// OSystem Event Handler. Full of cross platform goodness and 99% fat free!