mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Cocoa: Remove superfluous compatibility macro
This commit is contained in:
@@ -50,10 +50,6 @@
|
||||
#define NSBitmapFormatAlphaNonpremultiplied NSAlphaNonpremultipliedBitmapFormat
|
||||
#endif
|
||||
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED < 101300
|
||||
#define NSPasteboardTypeString NSStringPboardType
|
||||
#endif
|
||||
|
||||
// Returns the style mask corresponding to the window settings
|
||||
//
|
||||
static NSUInteger getStyleMask(_GLFWwindow* window)
|
||||
|
||||
Reference in New Issue
Block a user