From 04ccc8cc46c45b81e6138bec0b48a188c4ffe406 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 23 Jan 2022 01:33:47 +0100 Subject: Remove experimental platforms Android, Pico, SDL (PR #376) ... as discussed in fltk.coredev: "FLTK 1.4.0 release schedule" https://groups.google.com/g/fltkcoredev/c/PDbHTRpXVh0/m/JqboexZ_AwAJ --- FL/platform.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'FL/platform.H') diff --git a/FL/platform.H b/FL/platform.H index 80c13954f..4e068c2e0 100644 --- a/FL/platform.H +++ b/FL/platform.H @@ -37,8 +37,6 @@ class Fl_Window; # include "win32.H" # elif defined(__APPLE__) # include "mac.H" -# elif defined(__ANDROID__) -# include "android.H" # elif defined(FLTK_USE_X11) # include "x11.H" # endif // _WIN32 -- cgit v1.2.3