aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-12 20:31:18 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-12 20:31:18 +0000
commit5de7c7a5de83ff0c00e4f316fe6669cf1a8a946e (patch)
treec64c4805801043958b42c5452039a09ec4aabaf7 /file.c
parentf069cea4f67261360063430eae41e46913c58ea1 (diff)
move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main.c instead)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24956 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/file.c b/file.c
index 8b73fa0729..33fb553c7c 100644
--- a/file.c
+++ b/file.c
@@ -71,7 +71,6 @@
#include <epan/epan_dissect.h>
#include <epan/tap.h>
#include "stat_menu.h"
-#include "tap_dfilter_dlg.h"
#include <epan/dissectors/packet-data.h>
#include <epan/dissectors/packet-ber.h>
#include <epan/timestamp.h>
@@ -431,7 +430,6 @@ cf_read(capture_file *cf)
cum_bytes=0;
reset_tap_listeners();
- tap_dfilter_dlg_update();
cf_callback_invoke(cf_cb_file_read_start, cf);