aboutsummaryrefslogtreecommitdiff
path: root/src/multilog.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-05-04 08:32:59 +0000
committerMike Buland <eichlan@xagasoft.com>2006-05-04 08:32:59 +0000
commit45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f (patch)
tree5c945401052f63252dd47b170272c0cf65fba467 /src/multilog.cpp
parent5c30c56085b267796f2bc56690e2beaf8f9557a4 (diff)
downloadlibbu++-45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f.tar.gz
libbu++-45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f.tar.bz2
libbu++-45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f.tar.xz
libbu++-45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f.zip
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.
Diffstat (limited to 'src/multilog.cpp')
-rw-r--r--src/multilog.cpp5
1 files changed, 0 insertions, 5 deletions
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 @@
6 6
7#include "multilogchannel.h" 7#include "multilogchannel.h"
8 8
9void testlog( const char *text )
10{
11 MultiLineLog( 4, text );
12}
13
14MultiLog::MultiLog() 9MultiLog::MultiLog()
15{ 10{
16 lChannel = new LinkedList(); 11 lChannel = new LinkedList();