summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/globals.h b/src/globals.h
index b225e59a75..e7ea84e70f 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -822,10 +822,6 @@ EXTERN int enc_latin9 INIT(= FALSE); /* 'encoding' is latin9 */
#endif
EXTERN int has_mbyte INIT(= 0); /* any multi-byte encoding */
-#if defined(MSWIN)
-EXTERN int wide_WindowProc INIT(= FALSE); /* use wide WindowProc() */
-#endif
-
/*
* To speed up BYTELEN() we fill a table with the byte lengths whenever
* enc_utf8 or enc_dbcs changes.