summaryrefslogtreecommitdiff
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-07-24 15:35:29 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-07-24 15:35:29 +0000
commitacd338f42288d15755e8497237c628cf58301c7e (patch)
tree8ba505aa82966c4ade963984679e801e87fb0031 /tools/checkAPIs.pl
parent1de4da8343bc55b7fb57d28f7eb7a6142100536a (diff)
downloadwireshark-acd338f42288d15755e8497237c628cf58301c7e.tar.gz
Remove the (long deprecated) proto_tree_add_*_hidden() functions
svn path=/trunk/; revision=25820
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 65a15402bf..bc668490d6 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -134,22 +134,6 @@ my %APIs = (
# Use strerror() and report messages in whatever
# fashion is appropriate for the code in question.
'perror',
- # Use PROTO_ITEM_SET_HIDDEN instead of these:
- 'proto_tree_add_item_hidden',
- 'proto_tree_add_bytes_hidden',
- 'proto_tree_add_time_hidden',
- 'proto_tree_add_ipxnet_hidden',
- 'proto_tree_add_ipv4_hidden',
- 'proto_tree_add_ipv6_hidden',
- 'proto_tree_add_ether_hidden',
- 'proto_tree_add_guid_hidden',
- 'proto_tree_add_oid_hidden',
- 'proto_tree_add_string_hidden',
- 'proto_tree_add_boolean_hidden',
- 'proto_tree_add_float_hidden',
- 'proto_tree_add_double_hidden',
- 'proto_tree_add_uint_hidden',
- 'proto_tree_add_int_hidden',
]},
# APIs that make the program exit. Dissectors shouldn't call these