summaryrefslogtreecommitdiff
path: root/ui/gtk/sctp_graph_dlg.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-04-15 17:27:50 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-04-15 17:27:50 +0000
commit9a988f7de5a139fd5b817fe506e7655c81773771 (patch)
treef1082b574d41de12fa0e5ef217e0c394510d83d8 /ui/gtk/sctp_graph_dlg.c
parent5758c2cd32f56bad4862a3f1648771dc6be4dab3 (diff)
downloadwireshark-9a988f7de5a139fd5b817fe506e7655c81773771.tar.gz
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=42086
Diffstat (limited to 'ui/gtk/sctp_graph_dlg.c')
-rw-r--r--ui/gtk/sctp_graph_dlg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/sctp_graph_dlg.c b/ui/gtk/sctp_graph_dlg.c
index b580bae743..202323c771 100644
--- a/ui/gtk/sctp_graph_dlg.c
+++ b/ui/gtk/sctp_graph_dlg.c
@@ -691,7 +691,6 @@ sctp_graph_draw(struct sctp_udata *u_data)
cairo_fill (cr);
cairo_destroy (cr);
- distance=5;
/* x_axis */
#if GTK_CHECK_VERSION(2,22,0)
cr = cairo_create (u_data->io->surface);