summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H9
1 files changed, 0 insertions, 9 deletions
diff --git a/FL/mac.H b/FL/mac.H
index cd81302b5..5a2b78fc8 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -156,15 +156,6 @@ extern Window fl_window;
#define MAC_OS_X_VERSION_10_8 1080
#endif
-#if defined(FL_LIBRARY) || defined(FL_INTERNALS)
-#ifdef HAVE_SCANDIR_POSIX
-#undef HAVE_SCANDIR_POSIX
-#endif
-#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_8
-#define HAVE_SCANDIR_POSIX 1
-#endif
-#endif // FL_LIBRARY || FL_INTERNALS
-
typedef CGImageRef Fl_Bitmask;
extern CGContextRef fl_gc;