From 131b8eac571be973ea3f30f8fa30b9e080eb46f4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 17 Apr 2013 03:10:51 +0200 Subject: vtl: remove cruft --- gtk2_ardour/video_image_frame.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/video_image_frame.cc') diff --git a/gtk2_ardour/video_image_frame.cc b/gtk2_ardour/video_image_frame.cc index 9235e0d13b..aac9f2afae 100644 --- a/gtk2_ardour/video_image_frame.cc +++ b/gtk2_ardour/video_image_frame.cc @@ -129,8 +129,6 @@ VideoImageFrame::draw_line () void VideoImageFrame::fill_frame (const uint8_t r, const uint8_t g, const uint8_t b) { - memset((void*) img->data.get(), 0, img->stride * img->height); /// fill - const int rowstride = img->stride; const int clip_height = img->height; const int clip_width = img->width; -- cgit v1.2.3