aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-03-05 23:44:23 +0000
committerGuy Harris <guy@alum.mit.edu>2005-03-05 23:44:23 +0000
commit55eaf4bbae55590c30d542d9d1861242d02a30a2 (patch)
tree10cbe9d44ca27bb193f5c4453032debc0b27b55c /gtk/sctp_stat_dlg.c
parent4576918110932923e7f3007a7ffd5f63f3277a42 (diff)
Get rid of a redundant test.
svn path=/trunk/; revision=13604
Diffstat (limited to 'gtk/sctp_stat_dlg.c')
-rw-r--r--gtk/sctp_stat_dlg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/sctp_stat_dlg.c b/gtk/sctp_stat_dlg.c
index 68e5a0d818..cd6cdccb11 100644
--- a/gtk/sctp_stat_dlg.c
+++ b/gtk/sctp_stat_dlg.c
@@ -352,9 +352,6 @@ sctp_stat_on_close (GtkButton *button _U_, gpointer user_data _U_)
static void
sctp_stat_on_analyse (GtkButton *button _U_, gpointer user_data _U_)
{
- if (selected_stream==NULL)
- return;
-
if (selected_stream)
assoc_analyse(selected_stream);
}