[vlc-commits] vout-macosx: remove compilation support for 10.5 and 10.6
Felix Paul Kühne
git at videolan.org
Sat Apr 16 14:20:05 CEST 2016
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Apr 16 15:19:59 2016 +0300| [70b8ca39b1fe5a1187cafad7e8ef86a589c83f8a] | committer: Felix Paul Kühne
vout-macosx: remove compilation support for 10.5 and 10.6
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=70b8ca39b1fe5a1187cafad7e8ef86a589c83f8a
---
modules/video_output/macosx.m | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index 910636e..487bc86 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -49,17 +49,6 @@
#include <vlc_dialog.h>
#include "opengl.h"
-/* compilation support for 10.5 and 10.6 */
-#define OSX_LION NSAppKitVersionNumber >= 1115.2
-#ifndef MAC_OS_X_VERSION_10_7
-
- at interface NSView (IntroducedInLion)
-- (NSRect)convertRectToBacking:(NSRect)aRect;
-- (void)setWantsBestResolutionOpenGLSurface:(BOOL)aBool;
- at end
-
-#endif
-
#define OSX_EL_CAPITAN (NSAppKitVersionNumber >= 1404)
/**
More information about the vlc-commits
mailing list