Removed a redundant prototype.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Oct 2009 11:23:06 +0000 (11:23 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Oct 2009 11:23:06 +0000 (11:23 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30298 f5534014-38df-0310-8fa8-9805f1628bb7

print.c

diff --git a/print.c b/print.c
index 299b1be4db1d74418e98267a11129c9c37704826..338da26ee0f032f3fedb2ec2c41eb7ac8ce412f2 100644 (file)
--- a/print.c
+++ b/print.c
@@ -82,7 +82,6 @@ struct _output_fields {
 };
 
 static const gchar* get_field_hex_value(GSList* src_list, field_info *fi);
-const gchar* get_node_field_value(field_info* fi, epan_dissect_t* edt);
 static void proto_tree_print_node(proto_node *node, gpointer data);
 static void proto_tree_write_node_pdml(proto_node *node, gpointer data);
 static const guint8 *get_field_data(GSList *src_list, field_info *fi);