summaryrefslogtreecommitdiff
path: root/src/xutf8/utf8Wrap.c
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-06-22 08:35:05 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-06-22 08:35:05 +0000
commitaafcaaef7db5fc68ed2633dad5fba6692f1c1bb0 (patch)
treefdfcd658e6477e060aa724b383fbbe4bcc20426e /src/xutf8/utf8Wrap.c
parent448e4a00c21a64f2987b0af2a9c2068dd7a4ca7a (diff)
Remove unnecessary inclusion of config_lib.h
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12963 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/xutf8/utf8Wrap.c')
-rw-r--r--src/xutf8/utf8Wrap.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c
index 255e9ae5e..612c822f3 100644
--- a/src/xutf8/utf8Wrap.c
+++ b/src/xutf8/utf8Wrap.c
@@ -14,12 +14,11 @@
* http://www.fltk.org/str.php
*/
-#include "../config_lib.h"
-
/*
* X11 UTF-8 text drawing functions.
+ *
+ * This file is compiled and linked only for X11 w/o Xft.
*/
-#if defined(FL_CFG_WIN_X11)
#include "../Xutf8.h"
#include <X11/Xlib.h>
@@ -1024,8 +1023,6 @@ XFreeUtf8FontStruct(Display *dpy,
free(font_set);
}
-#endif /* FL_CFG_WIN_X11 */
-
/*
* End of "$Id$".
*/