Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang

svn path=/trunk/; revision=46968
This commit is contained in:
Alexis La Goutte 2013-01-06 14:51:00 +00:00
parent ab7f4395d7
commit 25e3c84c01
1 changed files with 0 additions and 1 deletions

View File

@ -808,7 +808,6 @@ bytes_view_render(BytesView *bv, cairo_t *cr, GdkRectangle *area)
}
/* g_print("from %d to %d\n", line, lines_max); */
off = 0;
y = (bv->fontsize * line);
/* clear */