diff options
Diffstat (limited to '')
-rw-r--r-- | src/test/log.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ | |||
4 | #include "multilog.h" | 4 | #include "multilog.h" |
5 | #include "multilogtext.h" | 5 | #include "multilogtext.h" |
6 | 6 | ||
7 | void testlog( const char *text ); | ||
8 | |||
9 | class Test | 7 | class Test |
10 | { | 8 | { |
11 | public: | 9 | public: |
@@ -27,7 +25,5 @@ int main() | |||
27 | 25 | ||
28 | MultiLineLog( MultiLog::LError, "Hi there!"); | 26 | MultiLineLog( MultiLog::LError, "Hi there!"); |
29 | Test t; | 27 | Test t; |
30 | |||
31 | testlog("external test"); | ||
32 | } | 28 | } |
33 | 29 | ||