summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ussd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ussd.c b/src/ussd.c
index 2f353aeb..33f8774a 100644
--- a/src/ussd.c
+++ b/src/ussd.c
@@ -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;