about summary refs log tree commit diff stats
path: root/src/xmpp_conn.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-31 22:02:41 +0000
committerJames Booth <boothj5@gmail.com>2013-01-31 22:02:41 +0000
commite6596735c4037c1f6dea69badd3fb26b67aebc0f (patch)
tree16430fbd5c22987a9e3bed908b290630df3f2693 /src/xmpp_conn.c
parentb2239502557462f4e1744cb3151b6eb2d185ff86 (diff)
downloadprofani-tty-e6596735c4037c1f6dea69badd3fb26b67aebc0f.tar.gz
Removed unused jabber_get_priority function
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)
 {