summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/video_image_frame.cc2
1 files changed, 0 insertions, 2 deletions
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;