aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-11-23 22:03:48 +0000
committerEvan Huus <eapache@gmail.com>2013-11-23 22:03:48 +0000
commitdf1aec4a6b01f9d600288b518fece5f035c27f9f (patch)
treed9720758b55a43430e3a95faf18b2dedb3f3640f /epan/to_str.h
parentea63042f9bd6825335d921e168bb6d6fd24668d5 (diff)
Remove old (2009) and no-longer-necessary compatibility macro.
svn path=/trunk/; revision=53527
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 6790502c97..7e41394337 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -50,8 +50,6 @@ extern "C" {
struct e_in6_addr;
-/* !!Deprecated!! - use ep_address_to_str() */
-#define address_to_str ep_address_to_str
WS_DLL_PUBLIC gchar* ep_address_to_str(const address *);
extern gchar* se_address_to_str(const address *);
WS_DLL_PUBLIC void address_to_str_buf(const address *addr, gchar *buf, int buf_len);