summaryrefslogtreecommitdiffstats
path: root/libvo/osx_common.h
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-04-25 15:36:06 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2012-08-16 22:29:42 +0200
commit13675fc7dc8e6864310b654f21085c76f457c43c (patch)
tree62398d01464b208bff164f8197ae9edcc322e69e /libvo/osx_common.h
parentdcb90fde256152851c853dff31c4978e5cc17f7c (diff)
downloadmpv-13675fc7dc8e6864310b654f21085c76f457c43c.tar.bz2
mpv-13675fc7dc8e6864310b654f21085c76f457c43c.tar.xz
cleanup: osx_common: remove unused functions
Remove functions that aren't called anymore: * `osx_foreground_hack` was replaced by the NSApplication's activateIgnoringOtherApps: in cocoa_common. * Aspect ratio functions were not called by the "new" cocoa backend, since the corresponding menu item was deleted.
Diffstat (limited to 'libvo/osx_common.h')
-rw-r--r--libvo/osx_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/osx_common.h b/libvo/osx_common.h
index 43d9d07c99..c5e127345f 100644
--- a/libvo/osx_common.h
+++ b/libvo/osx_common.h
@@ -22,8 +22,5 @@
struct vo;
int convert_key(unsigned key, unsigned charcode);
-void change_movie_aspect(struct vo *vo, float new_aspect);
-void config_movie_aspect(float config_aspect);
-void osx_foreground_hack(void);
#endif /* MPLAYER_OSX_COMMON_H */