diff --git a/libmaxsi/io.cpp b/libmaxsi/io.cpp index e53765f6..86ad8467 100644 --- a/libmaxsi/io.cpp +++ b/libmaxsi/io.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with LibMaxsi. If not, see . - io.h + io.cpp Functions for management of input and output. ******************************************************************************/ @@ -36,15 +36,6 @@ namespace Maxsi return SysPrint(Message); } - // TODO: This namespace is hereby deprecated as it was stupid. Delete it soon. - namespace StdOut - { - size_t Print(const char* Message) - { - return SysPrint(Message); - } - } - size_t PrintCallback(void* user, const char* string, size_t stringlen) { return SysPrint(string);