Remove unused function
authorDenis Kenzior <denkenz@gmail.com>
Thu, 20 Aug 2009 20:29:02 +0000 (15:29 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 20 Aug 2009 20:39:12 +0000 (15:39 -0500)
src/ussd.c

index 2f353ae..33f8774 100644 (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;