summaryrefslogtreecommitdiff
path: root/src/xutf8
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8')
-rw-r--r--src/xutf8/keysym2Ucs.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xutf8/keysym2Ucs.c b/src/xutf8/keysym2Ucs.c
index 0c7c6c1f4..7e451f890 100644
--- a/src/xutf8/keysym2Ucs.c
+++ b/src/xutf8/keysym2Ucs.c
@@ -14,12 +14,6 @@
* http://www.fltk.org/str.php
*/
-#define KEYSYM2UCS_INCLUDED
-
-#include "../config_lib.h"
-
-#if defined(FL_CFG_WIN_X11)
-
#include "../Xutf8.h"
#include "imKStoUCS.c"
@@ -27,8 +21,6 @@ long XKeysymToUcs(KeySym keysym) {
return (long) KeySymToUcs4(keysym);
}
-#endif /* FL_CFG_WIN_X11 */
-
/*
* End of "$Id$".
*/