diff options
Diffstat (limited to 'src/simutil.c')
-rw-r--r-- | src/simutil.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/simutil.c b/src/simutil.c index 4e043594..16fad16c 100644 --- a/src/simutil.c +++ b/src/simutil.c @@ -324,10 +324,6 @@ void sim_eons_free(struct sim_eons *eons) g_free(eons); } -static gint opl_operator_compare(gconstpointer a, gconstpointer b) -{ -} - static struct sim_eons_operator_info * sim_eons_lookup_common(struct sim_eons *eons, const char *mcc, const char *mnc, |