summaryrefslogtreecommitdiff
path: root/plugins/irda/irda-appl.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-10-25 20:24:31 +0000
committerBill Meier <wmeier@newsguy.com>2008-10-25 20:24:31 +0000
commit05c1929f1d51ef94a5827147aee61d2320434783 (patch)
tree3e6cc68f2dc569fe027498b7deb3d0574cd99c09 /plugins/irda/irda-appl.h
parent94c73a47c9e361b6eeeecf53e9b600f9cf1b77a9 (diff)
downloadwireshark-05c1929f1d51ef94a5827147aee61d2320434783.tar.gz
proto_register/proto_reg_handoff; Various small cleanup and bug-fixing
remove unnecessary #include prefs.f and emem.h in a few cases... svn path=/trunk/; revision=26554
Diffstat (limited to 'plugins/irda/irda-appl.h')
-rw-r--r--plugins/irda/irda-appl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/irda/irda-appl.h b/plugins/irda/irda-appl.h
index b171f81f46..3aad917b85 100644
--- a/plugins/irda/irda-appl.h
+++ b/plugins/irda/irda-appl.h
@@ -73,10 +73,6 @@ extern void add_lmp_conversation(packet_info* pinfo, guint8 dlsap, gboolean ttp,
extern unsigned dissect_param_tuple(tvbuff_t* tvb, proto_tree* tree, unsigned offset);
-
-extern dissector_handle_t data_handle;
-
-
/*
* Protocol exports.
* Modify the lines below to add new protocols.