aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-01 20:20:18 +0100
committerSven Gothel <[email protected]>2010-11-01 20:20:18 +0100
commit79d306f154351e9c61167292a4dfced4bc1309cd (patch)
tree8869e3927974c1c3babe3b570cab80eda9dd0d77 /src
parent2872350a7586976c9cddb9a9589b471c294ac5d9 (diff)
Newt/Windows: Turn off native VERBOSE
Diffstat (limited to 'src')
-rw-r--r--src/newt/native/WindowsWindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/WindowsWindow.c b/src/newt/native/WindowsWindow.c
index 0737b1c2b..536a706ac 100644
--- a/src/newt/native/WindowsWindow.c
+++ b/src/newt/native/WindowsWindow.c
@@ -101,7 +101,7 @@
#include "NewtCommon.h"
-#define VERBOSE_ON 1
+// #define VERBOSE_ON 1
// #define DEBUG_KEYS 1
#ifdef VERBOSE_ON