packet-mesh: remove forward declaration to non-existent reg_handoff
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 3 May 2009 13:36:29 +0000 (13:36 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 3 May 2009 13:36:29 +0000 (13:36 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28258 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-mesh.c

index d88ca84771941c9dfe79a3d970071b1cd8ad40df..6e601a839ea7457512f70d74b744232d5dd062f2 100644 (file)
@@ -36,9 +36,6 @@
 
 #include <epan/packet.h>
 
-/* Forward declaration we need below */
-void proto_reg_handoff_mesh(void);
-
 /* Initialize the protocol and registered fields */
 static int proto_mesh = -1;
 static int hf_mesh_ttl = -1;