mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Remove unused type
This commit is contained in:
@ -44,8 +44,6 @@
|
||||
typedef std::pair<sfl::Codec* , void*> CodecHandlePointer;
|
||||
/** Maps a pointer on an audiocodec object to a payload */
|
||||
typedef std::map<AudioCodecType , sfl::Codec*> CodecsMap;
|
||||
/** A codec is identified by its payload. A payload is associated with a name. */
|
||||
typedef std::map<AudioCodecType, std::string> CodecMap;
|
||||
|
||||
/*
|
||||
* @file codecdescriptor.h
|
||||
|
Reference in New Issue
Block a user