summaryrefslogtreecommitdiff
path: root/FL/platform.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/platform.H')
-rw-r--r--FL/platform.H3
1 files changed, 0 insertions, 3 deletions
diff --git a/FL/platform.H b/FL/platform.H
index 75ec2f841..fbabca2fb 100644
--- a/FL/platform.H
+++ b/FL/platform.H
@@ -39,9 +39,6 @@ class Fl_Window;
# include "mac.H"
# elif defined(FLTK_USE_WAYLAND)
# include "wayland.H"
-# if !FLTK_USE_X11
- typedef struct wld_window *Window;
-# endif
# elif defined(FLTK_USE_X11)
# include "x11.H"
# endif // _WIN32