summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dxr3.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-15 08:49:38 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:10:11 +0200
commitebbf5fb7a22b91fcd0b88f46258aa9ab9a349c92 (patch)
treef3d307cb0a2500683458fe4be335bb4d172449a7 /libvo/vo_dxr3.c
parent531964aa8d4d6c1c1de8b2dc30f9dd186b82bdea (diff)
downloadmpv-ebbf5fb7a22b91fcd0b88f46258aa9ab9a349c92.tar.bz2
mpv-ebbf5fb7a22b91fcd0b88f46258aa9ab9a349c92.tar.xz
cosmetics: Remove some unused lines
Remove some unused extern declarations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31424 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove an unused extern declaration. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31425 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove commented-out forward declaration for removed function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31429 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove unused extern fs_layer declaration. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31435 b3059339-0415-0410-9bf9-f77b7e298cf2 Remove unused 'extern int vo_osd_changed_flag' declaration. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31438 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_dxr3.c')
-rw-r--r--libvo/vo_dxr3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c
index a4e012894e..240d369f83 100644
--- a/libvo/vo_dxr3.c
+++ b/libvo/vo_dxr3.c
@@ -552,7 +552,6 @@ static void draw_alpha(int x, int y, int w, int h, unsigned char* src, unsigned
#endif
}
-extern int vo_osd_changed_flag;
extern mp_osd_obj_t* vo_osd_list;
static void draw_osd(void)