aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-26 17:04:01 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-26 17:04:01 +0000
commite5d905aa28181154bb88806fb948f89c8bb47959 (patch)
treeb25b463a63c676495cf17944120de8db1aeaa348 /epan/dissectors/packet-x11.c
parente0aed1e40b709dc1268d61d2b29354cbf9e8fd15 (diff)
Minor cleanups related to proto_reg_handoff
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26277 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x11.c')
-rw-r--r--epan/dissectors/packet-x11.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-x11.c b/epan/dissectors/packet-x11.c
index 118d664692..0cfd258817 100644
--- a/epan/dissectors/packet-x11.c
+++ b/epan/dissectors/packet-x11.c
@@ -189,8 +189,6 @@ static gint ett_x11_same_screen_focus = -1;
/* desegmentation of X11 messages */
static gboolean x11_desegment = TRUE;
-static dissector_handle_t data_handle;
-
#define TCP_PORT_X11 6000
#define TCP_PORT_X11_2 6001
#define TCP_PORT_X11_3 6002
@@ -5366,6 +5364,5 @@ proto_reg_handoff_x11(void)
dissector_add("tcp.port", TCP_PORT_X11, x11_handle);
dissector_add("tcp.port", TCP_PORT_X11_2, x11_handle);
dissector_add("tcp.port", TCP_PORT_X11_3, x11_handle);
- data_handle = find_dissector("data");
}