From 45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 4 May 2006 08:32:59 +0000 Subject: Removed some extra test functions that were interfering with some other programs. Also disabled auto-log rotation until I can come up with a better way of doing it. --- src/multilog.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/multilog.cpp') diff --git a/src/multilog.cpp b/src/multilog.cpp index 3dfb8b6..143ee89 100644 --- a/src/multilog.cpp +++ b/src/multilog.cpp @@ -6,11 +6,6 @@ #include "multilogchannel.h" -void testlog( const char *text ) -{ - MultiLineLog( 4, text ); -} - MultiLog::MultiLog() { lChannel = new LinkedList(); -- cgit v1.2.3