aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2004-06-30 15:42:24 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2004-06-30 15:42:24 +0000
commit42279a70885a240fa7820a6f251f9d37f2d98887 (patch)
tree8b7db05be39aae256d3523cd1bab10766c11627b /plugins
parent6fda42b60c767538960b4478c1fe5beace6415a2 (diff)
get rid of data_handle decalriation, bacause it is
defined external in irda-appl.h which is included. svn path=/trunk/; revision=11282
Diffstat (limited to 'plugins')
-rw-r--r--plugins/irda/packet-irda.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/irda/packet-irda.c b/plugins/irda/packet-irda.c
index b8eab6811a..289032812e 100644
--- a/plugins/irda/packet-irda.c
+++ b/plugins/irda/packet-irda.c
@@ -6,7 +6,7 @@
* Extended by Jan Kiszka <jan.kiszka@web.de>
* Copyright 2003 Jan Kiszka
*
- * $Id: packet-irda.c,v 1.7 2004/03/08 23:19:14 guy Exp $
+ * $Id: packet-irda.c,v 1.8 2004/06/30 15:42:24 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -154,8 +154,6 @@
G_MODULE_EXPORT const gchar version[] = VERSION;
#endif
-dissector_handle_t data_handle;
-
/* Initialize the protocol and registered fields */
static int proto_irlap = -1;
static int hf_lap_a = -1;