Skip to content
Snippets Groups Projects
Commit 51325d42 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Remove unused type

parent e8779cdd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment