aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-08-09 23:45:54 +0000
committerBill Meier <wmeier@newsguy.com>2011-08-09 23:45:54 +0000
commit1fe6e2b19b8b1dd6f78c4d1adf219fdfc2120230 (patch)
tree5fb9462b46adc1e3c836136f433623a5d8647286 /gtk/rtp_analysis.c
parent6332e8855298fd7f159790f2843f87e09ff26211 (diff)
Remove duplicate line-of-code.
svn path=/trunk/; revision=38439
Diffstat (limited to 'gtk/rtp_analysis.c')
-rw-r--r--gtk/rtp_analysis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c
index 0a4d8ed1a1..01e6c5d617 100644
--- a/gtk/rtp_analysis.c
+++ b/gtk/rtp_analysis.c
@@ -3670,7 +3670,6 @@ static void rtp_analysis_cb(GtkWidget *w _U_, gpointer data _U_)
epan_dissect_init(&edt, TRUE, FALSE);
epan_dissect_prime_dfilter(&edt, sfcode);
epan_dissect_run(&edt, &cf->pseudo_header, cf->pd, fdata, NULL);
- frame_matched = dfilter_apply_edt(sfcode, &edt);
/* if it is not an rtp frame, show the rtpstream dialog */
frame_matched = dfilter_apply_edt(sfcode, &edt);