mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
Removed unused function.
This commit is contained in:
parent
45934f35c0
commit
173c7f3d9f
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue