Removed unused priority settings

This commit is contained in:
James Booth
2015-11-20 00:18:13 +00:00
parent 16fbdedceb
commit 548f9394be
5 changed files with 1 additions and 16 deletions

View File

@@ -280,12 +280,6 @@ prefs_set_inpblock(gint value)
_save_prefs();
}
gint
prefs_get_priority(void)
{
return g_key_file_get_integer(prefs, PREF_GROUP_PRESENCE, "priority", NULL);
}
gint
prefs_get_reconnect(void)
{