diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-11 14:58:39 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-11 14:58:39 -0400 |
| commit | d289fce35c1d48f5b6bccab602d4fc756096f0d7 (patch) | |
| tree | 25c66f40ec58794afab2e3e8fc99ae30ed2557e3 /sysdata_darwin.m | |
| parent | 27033459a2c08c10ec12f33253ae9d6abdb76c0a (diff) | |
Removed Mac OS X 10.6 support. Quite a hassle that version was...
Diffstat (limited to 'sysdata_darwin.m')
| -rw-r--r-- | sysdata_darwin.m | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sysdata_darwin.m b/sysdata_darwin.m index 6a6a999..bdcf725 100644 --- a/sysdata_darwin.m +++ b/sysdata_darwin.m @@ -2,24 +2,6 @@ #include "objc_darwin.h" #import <Foundation/NSGeometry.h> - -// see delegateuitask_darwin.m -// in this case, lots of headers include NSApplication.h -#import <AppKit/NSView.h> -#import <AppKit/NSControl.h> - -#ifdef MAC_OS_X_VERSION_10_7 -#undef MAC_OS_X_VERSION_MIN_REQUIRED -#undef MAC_OS_X_VERSION_MAX_ALLOWED -#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_7 -#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_7 -#endif -#import <AppKit/NSApplication.h> -#undef MAC_OS_X_VERSION_MIN_REQUIRED -#undef MAC_OS_X_VERSION_MAX_ALLOWED -#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_6 -#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_6 - #import <AppKit/NSWindow.h> #import <AppKit/NSView.h> #import <AppKit/NSFont.h> |
