summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 14:17:45 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 14:17:45 +0000
commitbbab104b7e5238c510f51a8e671b3d8f4fcbfa0a (patch)
treeefcf0465f216d5e35877dee3432d034eff5c69e0 /libmpcodecs/vd.c
parent02138e228277217846e072fad3950f9da4e40263 (diff)
downloadmpv-bbab104b7e5238c510f51a8e671b3d8f4fcbfa0a.tar.bz2
mpv-bbab104b7e5238c510f51a8e671b3d8f4fcbfa0a.tar.xz
Remove completely outdated commented-out code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25246 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vd.c')
-rw-r--r--libmpcodecs/vd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c
index ad22041d9c..811cf38a8b 100644
--- a/libmpcodecs/vd.c
+++ b/libmpcodecs/vd.c
@@ -134,7 +134,6 @@ int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outf
unsigned int out_fmt=0;
int screen_size_x=0;//SCREEN_SIZE_X;
int screen_size_y=0;//SCREEN_SIZE_Y;
-// vo_functions_t* video_out=sh->video_out;
vf_instance_t* vf=sh->vfilter,*sc=NULL;
int palette=0;
int vocfg_flags=0;