Commit 1c4635c2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

anaglyph: dead code

parent b744e8fc
......@@ -45,8 +45,7 @@ static void combine_side_by_side_yuv420(picture_t *, picture_t *, int, int);
* color schemes */
enum scheme_e
{
unknown = 0,
red_green,
red_green = 1,
red_blue,
red_cyan,
trioscopic,
......@@ -156,9 +155,6 @@ static int Create(vlc_object_t *p_this)
p_sys->left = 0xff00ff;
p_sys->right = 0x00ffff;
break;
case unknown:
msg_Err(p_filter, "Oops");
break;
}
p_filter->pf_video_filter = Filter;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment