about summary refs log tree commit diff stats
path: root/src/xmpp_conn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp_conn.c')
-rw-r--r--src/xmpp_conn.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xmpp_conn.c b/src/xmpp_conn.c
index 5aac8760..3e973ccb 100644
--- a/src/xmpp_conn.c
+++ b/src/xmpp_conn.c
@@ -213,12 +213,6 @@ jabber_get_jid(void)
     return xmpp_conn_get_jid(jabber_conn.conn);
 }
 
-int
-jabber_get_priority(void)
-{
-    return jabber_conn.priority;
-}
-
 jabber_presence_t
 jabber_get_presence_type(void)
 {