summaryrefslogtreecommitdiff
path: root/ui/gtk/bytes_view.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-01-06 14:51:00 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-01-06 14:51:00 +0000
commit25e3c84c011eef44af191193040620d11cdf22e3 (patch)
tree5e9d78d69fe5b8b80645785aaa7f1b3179716560 /ui/gtk/bytes_view.c
parentab7f4395d7e232b2bd9221a51212a469214d353e (diff)
downloadwireshark-25e3c84c011eef44af191193040620d11cdf22e3.tar.gz
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=46968
Diffstat (limited to 'ui/gtk/bytes_view.c')
-rw-r--r--ui/gtk/bytes_view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/bytes_view.c b/ui/gtk/bytes_view.c
index 73bb59169e..00d67991fd 100644
--- a/ui/gtk/bytes_view.c
+++ b/ui/gtk/bytes_view.c
@@ -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 */