aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-09-09 01:02:44 +0000
committerMichael Mann <mmann78@netscape.net>2013-09-09 01:02:44 +0000
commitbffe25fdc22c076cca8bb5b48aac4e80d5fbd730 (patch)
tree98e3953a93001e8fc858bda8261e4ef47c80dc84 /epan/expert.h
parent9e3f9b449f5c25ad7266bdef972212e9f29114f7 (diff)
Complete the conversion of expert_add_info_format_text -> expert_add_info_format.
svn path=/trunk/; revision=51853
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/expert.h b/epan/expert.h
index a6351df964..2bea45fe30 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -166,9 +166,6 @@ WS_DLL_PUBLIC void
expert_add_info_format(packet_info *pinfo, proto_item *pi, expert_field *eiindex,
const char *format, ...) G_GNUC_PRINTF(4, 5);
-/* XXX - TEMPORARY WHILE SEARCH/REPLACE OF expert_add_info_format_text IS DONE */
-#define expert_add_info_format_text expert_add_info_format
-
/** Add an expert info associated with some byte data
Add an expert info tree to a protocol item using registered expert info item.
This function is intended to replace places where