diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-08-27 23:40:36 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-08-27 23:40:36 +0000 |
commit | 6901602578c3bac776679c9bec58acf33d0af401 (patch) | |
tree | 6840765f3fffe2013f0015a35228a387a2e1b487 /libvo | |
parent | a4566be905551a61b5a3681a907488f1ffe69fd0 (diff) |
Remove unused movie_aspect extern declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29571 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/aspect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/aspect.c b/libvo/aspect.c index 04229231ac..9ddc105aee 100644 --- a/libvo/aspect.c +++ b/libvo/aspect.c @@ -40,7 +40,6 @@ float vo_panscanrange = 1.0; float force_monitor_aspect=0; float monitor_aspect=0; float monitor_pixel_aspect=1; -extern float movie_aspect; static struct { int orgw; // real width |