use get_unique_id for bookmarks

This commit is contained in:
Dmitry Podgorny
2013-07-14 13:49:50 +03:00
parent 2837c4054f
commit 034cf730cc
4 changed files with 15 additions and 26 deletions

View File

@@ -232,19 +232,6 @@ jabber_set_autoping(const int seconds)
}
}
int
jabber_get_id(void)
{
static int xmpp_id;
++xmpp_id;
if (xmpp_id < 0) {
xmpp_id = 1;
}
return xmpp_id;
}
GList *
jabber_get_available_resources(void)
{