aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 96234e22ce..488c70f23c 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -468,12 +468,6 @@ proto_init(void (register_all_protocols_func)(register_cb cb, gpointer client_da
handle, and do whatever one-time initialization it needs to
do. */
register_all_protocols_func(cb, client_data);
-#ifdef HAVE_PYTHON
- /* Now scan for python protocols */
- if (cb)
- (*cb)(RA_PYTHON_REGISTER, NULL, client_data);
- register_all_py_protocols_func();
-#endif
#ifdef HAVE_PLUGINS
/* Now call the registration routines for all disssector
@@ -489,13 +483,6 @@ proto_init(void (register_all_protocols_func)(register_cb cb, gpointer client_da
they need. */
register_all_handoffs_func(cb, client_data);
-#ifdef HAVE_PYTHON
- /* Now do the same with python dissectors */
- if (cb)
- (*cb)(RA_PYTHON_HANDOFF, NULL, client_data);
- register_all_py_handoffs_func();
-#endif
-
#ifdef HAVE_PLUGINS
/* Now do the same with plugins. */
if (cb)