openwire: remove useless register_init_routine call
authorPeter Wu <peter@lekensteyn.nl>
Tue, 23 Jun 2015 22:46:56 +0000 (00:46 +0200)
committerPeter Wu <peter@lekensteyn.nl>
Tue, 23 Jun 2015 22:48:11 +0000 (22:48 +0000)
Change-Id: Ifc638e92d4b148a2efeb6c488ab4dc2a57a054e7
Reviewed-on: https://code.wireshark.org/review/9076
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
epan/dissectors/packet-openwire.c

index ce4154a6ee27f8622c8c8347691ee861ff88e311..285391677cbf534004e7fff34c3029baf56107f1 100644 (file)
@@ -541,11 +541,6 @@ typedef struct openwire_conv_data {
     gboolean tight;
 } openwire_conv_data;
 
-static void
-openwire_init(void)
-{
-}
-
 static void
 validate_boolean(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree _U_, int offset, proto_item *boolean_item)
 {
@@ -2005,7 +2000,6 @@ proto_register_openwire(void)
         "Show verbose type information",
         "Whether verbose type and length information are displayed in the protocol tree",
         &openwire_verbose_type);
-    register_init_routine(&openwire_init);
 }
 
 void