summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_image_frame.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-17 03:10:51 +0200
committerRobin Gareus <robin@gareus.org>2013-04-17 03:10:51 +0200
commit131b8eac571be973ea3f30f8fa30b9e080eb46f4 (patch)
tree75338bb3ae176815c34e65a24b79b58c3832750d /gtk2_ardour/video_image_frame.cc
parent6b78532dd5a75e2d13dba2b1fd07f099dde706a8 (diff)
vtl: remove cruft
Diffstat (limited to 'gtk2_ardour/video_image_frame.cc')
-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;