summaryrefslogtreecommitdiff
path: root/epan/proto.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-08-05 02:25:45 +0000
committerMichael Mann <mmann78@netscape.net>2013-08-05 02:25:45 +0000
commit81f3faf1e8cc1f520f488897771e003109c2a71d (patch)
treeef6b935607b5b7a4fc60811af6c40acbce81861d /epan/proto.h
parent327f461190b5323bea322b080c6b592296bd6449 (diff)
downloadwireshark-81f3faf1e8cc1f520f488897771e003109c2a71d.tar.gz
Completely remove support for proto_item_set_expert_flags.
svn path=/trunk/; revision=51144
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/epan/proto.h b/epan/proto.h
index cc7a574ec0..378dd38ea2 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -696,16 +696,6 @@ WS_DLL_PUBLIC void proto_item_set_end(proto_item *ti, tvbuff_t *tvb, gint end);
@return the current length */
WS_DLL_PUBLIC int proto_item_get_len(const proto_item *ti);
-/**
- * Sets an expert info to the proto_item.
- @param ti the item to set the expert info
- @param group the group of this info (e.g. PI_CHECKSUM)
- @param severity of this info (e.g. PI_ERROR)
- @return TRUE if value was written
- */
-WS_DLL_PUBLIC gboolean proto_item_set_expert_flags(proto_item *ti, const int group, const guint severity);
-
-
/** Creates a new proto_tree root.