From 173c7f3d9faec203b25ef13c031f219213dd095b Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Mon, 13 Dec 2010 10:53:42 +0100 Subject: [PATCH] Removed unused function. --- coreapi/linphonecore.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 7c5ee9071..05f03315d 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -3967,14 +3967,6 @@ static PayloadType* find_payload_type_from_list(const char* type, int rate,const return NULL; } -static void printCodecs(const MSList* from) { - const MSList *elem; - for(elem=from;elem!=NULL;elem=elem->next){ - PayloadType *pt=(PayloadType*)elem->data; - ms_message(payload_type_get_mime(pt)); - } -} - /** * Get payload type from mime type and clock rate * @ingroup media_parameters