Removed support for OS X 10.6 and below

This commit is contained in:
Marco Antognini 2014-04-12 18:28:48 +02:00
parent 0d6ddde07f
commit ac28902b57
8 changed files with 3 additions and 115 deletions

View file

@ -36,11 +36,7 @@
struct SFMLmainWindow;
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
@interface CocoaAppDelegate : NSObject <NSApplicationDelegate> {
#else
@interface CocoaAppDelegate : NSObject {
#endif
@private
NSWindow *m_window;
NSView *m_sfmlView;