aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/epan/epan.c b/epan/epan.c
index 03a9724e71..bdd19cd6e8 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -43,7 +43,6 @@
#include "epan_dissect.h"
#include "conversation.h"
-#include "circuit.h"
#include "except.h"
#include "packet.h"
#include "prefs.h"
@@ -353,18 +352,6 @@ epan_conversation_init(void)
conversation_epan_reset();
}
-void
-epan_circuit_init(void)
-{
- circuit_init();
-}
-
-void
-epan_circuit_cleanup(void)
-{
- circuit_cleanup();
-}
-
/* Overrides proto_tree_visible i epan_dissect_init to make all fields visible.
* This is > 0 if a Lua script wanted to see all fields all the time.
* This is ref-counted, so clearing it won't override other taps/scripts wanting it.