summaryrefslogtreecommitdiff
path: root/src/ua.c
diff options
context:
space:
mode:
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;