vtl: remove cruft

This commit is contained in:
Robin Gareus 2013-04-17 03:10:51 +02:00
parent 6b78532dd5
commit 131b8eac57
1 changed files with 0 additions and 2 deletions

View File

@ -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;