R691 - bad cursor positioning debug message

- remove the "#define DEBUG" from wintty.c that caused this message to
be displayed when not in a debugging mode
This commit is contained in:
cohrs
2002-03-26 21:56:03 +00:00
parent 9210d2c5ed
commit bbb9ded22f
2 changed files with 1 additions and 2 deletions

View File

@@ -26,3 +26,4 @@ win32gui: make error() work; it was essentially non-operative in 3.4.0
win32tty: honour the use_inverse option and default to ATR_BOLD if disabled
X11: restore support for non-square tiles when USE_XPM is defined
Gnome: add support for non-square tiles
tty: remove #define DEBUG that forced debug behavior in production builds

View File

@@ -38,8 +38,6 @@ extern void msmsg(const char *,...);
# endif
#endif
#define DEBUG
extern char mapped_menu_cmds[]; /* from options.c */
/* Interface definition, for windows.c */