Remove unused function

This commit is contained in:
Denis Kenzior 2009-08-20 15:29:02 -05:00
parent aa9a0f6072
commit a81852b761
1 changed files with 0 additions and 8 deletions

View File

@ -101,14 +101,6 @@ static void ssc_entry_destroy(struct ssc_entry *ca)
g_free(ca);
}
static gint ssc_entry_compare(gconstpointer a, gconstpointer b)
{
const struct ssc_entry *ca = a;
const struct ssc_entry *cb = b;
return strcmp(ca->service, cb->service);
}
static gint ssc_entry_find_by_service(gconstpointer a, gconstpointer b)
{
const struct ssc_entry *ca = a;