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/test/log.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/test') diff --git a/src/test/log.cpp b/src/test/log.cpp index 0420e37..d7cfa0b 100644 --- a/src/test/log.cpp +++ b/src/test/log.cpp @@ -4,8 +4,6 @@ #include "multilog.h" #include "multilogtext.h" -void testlog( const char *text ); - class Test { public: @@ -27,7 +25,5 @@ int main() MultiLineLog( MultiLog::LError, "Hi there!"); Test t; - - testlog("external test"); } -- cgit v1.2.3