Cocoa: Remove superfluous compatibility macro

master
Camilla Löwy ago%!(EXTRA string=7 years)
parent 18145a7f3d
commit f680001b95
  1. 4
      src/cocoa_window.m

@ -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)

Loading…
Cancel
Save