summaryrefslogtreecommitdiff
path: root/src/video_out/alphablend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r--src/video_out/alphablend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_out/alphablend.h b/src/video_out/alphablend.h
index 05683924c..974f363d8 100644
--- a/src/video_out/alphablend.h
+++ b/src/video_out/alphablend.h
@@ -75,6 +75,4 @@ void blend_yuv (uint8_t *dst_base[3], vo_overlay_t * img_overl,
void blend_yuy2 (uint8_t * dst_img, vo_overlay_t * img_overl,
int dst_width, int dst_height, int dst_pitch);
-void crop_overlay (vo_overlay_t * overlay);
-
#endif