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

crop: remove filter / dead code

This was disabled by a2deb59a and does
not even compile anymore.
parent b6203ed6
...@@ -5,7 +5,6 @@ SOURCES_mirror = mirror.c ...@@ -5,7 +5,6 @@ SOURCES_mirror = mirror.c
SOURCES_adjust = adjust.c adjust_sat_hue.c adjust_sat_hue.h SOURCES_adjust = adjust.c adjust_sat_hue.c adjust_sat_hue.h
SOURCES_wall = wall.c SOURCES_wall = wall.c
SOURCES_clone = clone.c SOURCES_clone = clone.c
SOURCES_crop = crop.c
SOURCES_motionblur = motionblur.c SOURCES_motionblur = motionblur.c
SOURCES_logo = logo.c SOURCES_logo = logo.c
SOURCES_audiobargraph_v = audiobargraph_v.c SOURCES_audiobargraph_v = audiobargraph_v.c
......
This diff is collapsed.
...@@ -1070,7 +1070,6 @@ modules/video_filter/canvas.c ...@@ -1070,7 +1070,6 @@ modules/video_filter/canvas.c
modules/video_filter/chain.c modules/video_filter/chain.c
modules/video_filter/clone.c modules/video_filter/clone.c
modules/video_filter/colorthres.c modules/video_filter/colorthres.c
modules/video_filter/crop.c
modules/video_filter/croppadd.c modules/video_filter/croppadd.c
modules/video_filter/deinterlace/algo_phosphor.h modules/video_filter/deinterlace/algo_phosphor.h
modules/video_filter/deinterlace/deinterlace.c modules/video_filter/deinterlace/deinterlace.c
......
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