summaryrefslogtreecommitdiffstats
path: root/video/out/osx_common.h
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-05-28 16:53:17 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-05-30 22:57:35 +0200
commitae1fa639e01fdfe234d9106dd7dd093012fffe6c (patch)
treeddcd99768792d6de86a4fc7dfddda28df334c5ce /video/out/osx_common.h
parentf7ad81c0f5905637c16480b2e44dd41f2839293a (diff)
downloadmpv-ae1fa639e01fdfe234d9106dd7dd093012fffe6c.tar.bz2
mpv-ae1fa639e01fdfe234d9106dd7dd093012fffe6c.tar.xz
osx: remove compatibility conditionals for 10.6
At this point 10.6 is pretty old and we don't want to supporting old platforms. I'm killing all the 10.6 compatibility code before doing more refactorings. Next commits will also use newer Objective-C syntax such as literals and @autoreleasepool.
Diffstat (limited to 'video/out/osx_common.h')
-rw-r--r--video/out/osx_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/osx_common.h b/video/out/osx_common.h
index 8d2d70edc4..32bba12d21 100644
--- a/video/out/osx_common.h
+++ b/video/out/osx_common.h
@@ -22,7 +22,6 @@
struct vo;
int convert_key(unsigned key, unsigned charcode);
-int is_osx_version_at_least(int majorv, int minorv, int bugfixv);
NSString *escape_loadfile_name(NSString *input);
#endif /* MPLAYER_OSX_COMMON_H */