1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

vout-macosx: remove compilation support for 10.5 and 10.6

This commit is contained in:
Felix Paul Kühne 2016-04-16 15:19:59 +03:00
parent 5f8c5dd2cd
commit 70b8ca39b1

View File

@ -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
@interface NSView (IntroducedInLion)
- (NSRect)convertRectToBacking:(NSRect)aRect;
- (void)setWantsBestResolutionOpenGLSurface:(BOOL)aBool;
@end
#endif
#define OSX_EL_CAPITAN (NSAppKitVersionNumber >= 1404)
/**