From f680001b95f337e4a2e859cda06c8f8dbd2c8bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 27 Nov 2018 21:32:40 +0100 Subject: [PATCH] Cocoa: Remove superfluous compatibility macro --- src/cocoa_window.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cocoa_window.m b/src/cocoa_window.m index cede088c..9c018eb8 100644 --- a/src/cocoa_window.m +++ b/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)