X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcodecutils.h;fp=source%2Fcodecutils.h;h=0000000000000000000000000000000000000000;hp=6921d41e7ce67ebffb7a8da9726772af6507b881;hb=b42ed73a1b241c0e93ee03c43c4584b41c549bac;hpb=5b1368cb791cab043f0435628cacbaff36e39b7b diff --git a/source/codecutils.h b/source/codecutils.h deleted file mode 100644 index 6921d41..0000000 --- a/source/codecutils.h +++ /dev/null @@ -1,19 +0,0 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2006-2007 Mikko Rasa -Distributed under the LGPL -*/ - -#ifndef MSP_STRINGS_CODECUTILS_H_ -#define MSP_STRINGS_CODECUTILS_H_ - -namespace Msp { -namespace Codecs { - -int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse); - -} // namespace Codecs -} // namespace Msp - -#endif