summaryrefslogtreecommitdiff
path: root/src/ua.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-09-04 15:02:46 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-09-04 15:02:46 +0200
commit411f5dbf811c1b2c4fedc3070af828bcfbe3ec9a (patch)
treeffbeb0f0767513c0b6ace4c4ce42be0b2c009bab /src/ua.c
parent8abcfeb1486a093a07360c63ea65958e3daaa57d (diff)
remove ua_prm(), use ua_account() instead
Diffstat (limited to 'src/ua.c')
-rw-r--r--src/ua.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ua.c b/src/ua.c
index e6287fd..2b99255 100644
--- a/src/ua.c
+++ b/src/ua.c
@@ -1871,12 +1871,6 @@ int ua_print_supported(struct re_printf *pf, const struct ua *ua)
}
-struct account *ua_prm(const struct ua *ua)
-{
- return ua ? ua->acc : NULL;
-}
-
-
struct list *ua_calls(const struct ua *ua)
{
return ua ? (struct list *)&ua->calls : NULL;