From b742eafd7c7e537da126abe7e76a01ec6a4e4e52 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Wed, 2 Nov 2011 19:17:17 +0100 Subject: [PATCH] Removed the unused Maxsi::StdOut namespace. --- libmaxsi/io.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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);