From: Denis Kenzior Date: Thu, 20 Aug 2009 20:29:02 +0000 (-0500) Subject: Remove unused function X-Git-Tag: 0.4~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a81852b761b02051ffa08b622c01d37b93996451;p=platform%2Fupstream%2Fofono.git Remove unused function --- 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;