]> git.tdb.fi Git - libs/core.git/blobdiff - source/codecutils.h
Move files around to prepare for assimilation into core
[libs/core.git] / source / codecutils.h
diff --git a/source/codecutils.h b/source/codecutils.h
deleted file mode 100644 (file)
index 6921d41..0000000
+++ /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