From a81852b761b02051ffa08b622c01d37b93996451 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 20 Aug 2009 15:29:02 -0500 Subject: [PATCH] Remove unused function --- src/ussd.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ussd.c b/src/ussd.c index 2f353ae..33f8774 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; -- 2.7.4