aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-05-26 03:26:20 +0000
committerGuy Harris <guy@alum.mit.edu>2007-05-26 03:26:20 +0000
commitb30369bd096a22df22b76a939bdfdee4d81d7027 (patch)
tree15807aab324b65617eb05e4ab9448e789e0dfd02 /plugins
parentbc8357e204d32c5feb144dfad026153861f28061 (diff)
Get rid of another item that's now handled automatically.
svn path=/trunk/; revision=21951
Diffstat (limited to 'plugins')
-rw-r--r--plugins/m2m/packet-m2m.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/m2m/packet-m2m.c b/plugins/m2m/packet-m2m.c
index 9b173de8d5..a12a6b2abf 100644
--- a/plugins/m2m/packet-m2m.c
+++ b/plugins/m2m/packet-m2m.c
@@ -43,13 +43,7 @@
#include <plugins/wimax/wimax_tlv.h>
#include "wmxtypes.h"
-/* Define version if we are not building wireshark statically */
-#ifndef ENABLE_STATIC
-G_MODULE_EXPORT const gchar version[] = VERSION;
-#endif
-
/* forward reference */
-void proto_register_m2m();
static void dissect_m2m(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static void fch_burst_decoder(proto_tree *tree, tvbuff_t *tvb, gint offset, gint length, packet_info *pinfo);
static void cdma_code_decoder(proto_tree *tree, tvbuff_t *tvb, gint offset, gint length, packet_info *pinfo);