From e0405d2135939d08289205e3a38df329076e16c1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:32:21 +0100 Subject: macOS: remove code present only to support macOS versions 10.3 and 10.4. This is a first step towards removing the code related to support of old macOS versions that are not compatible with C++11 which FLTK 1.5 requires. --- FL/mac.H | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'FL/mac.H') diff --git a/FL/mac.H b/FL/mac.H index b0a2b84f5..5133a6ce8 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -1,7 +1,7 @@ // // Mac header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2018 by Bill Spitzak and others. +// Copyright 1998-2026 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -114,10 +114,6 @@ typedef unsigned int NSUInteger; #endif #endif -#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_4 -typedef CGImageAlphaInfo CGBitmapInfo; -#endif - struct flCocoaRegion { int count; CGRect *rects; -- cgit v1.2.3