diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-18 10:23:40 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-18 10:23:40 +0000 |
commit | 5f377edbfbf49e8e3e3c3541023cee94bbb72f66 (patch) | |
tree | da215a52c1bdad852372c2a34f46bd8f6be6e493 /libvo | |
parent | b58421074d53fb0696bcebcc45da38fd06e0efd7 (diff) | |
download | mpv-5f377edbfbf49e8e3e3c3541023cee94bbb72f66.tar.bz2 mpv-5f377edbfbf49e8e3e3c3541023cee94bbb72f66.tar.xz |
Remove duplicate extern declaration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24094 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_macosx.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m index 1b72f602b6..cbc1dcab59 100644 --- a/libvo/vo_macosx.m +++ b/libvo/vo_macosx.m @@ -52,17 +52,12 @@ static uint32_t image_bytes; static uint32_t image_format; //vo -extern int vo_rootwin; -extern int vo_ontop; -extern int vo_fs; static int isFullscreen; static int isOntop; static int isRootwin; extern float monitor_aspect; -extern int vo_keepaspect; extern float movie_aspect; static float old_movie_aspect; -extern float vo_panscan; static float winAlpha = 1; static int int_pause = 0; |