summaryrefslogtreecommitdiffstats
path: root/src/libavoid/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libavoid/timer.cpp')
-rw-r--r--src/libavoid/timer.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libavoid/timer.cpp b/src/libavoid/timer.cpp
index 7e930d011..e4349bea9 100644
--- a/src/libavoid/timer.cpp
+++ b/src/libavoid/timer.cpp
@@ -2,7 +2,7 @@
* vim: ts=4 sw=4 et tw=0 wm=0
*
* libavoid - Fast, Incremental, Object-avoiding Line Router
- * Copyright (C) 2004-2005 Michael Wybrow <mjwybrow@users.sourceforge.net>
+ * Copyright (C) 2004-2006 Michael Wybrow <mjwybrow@users.sourceforge.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -31,9 +31,6 @@ using std::abort;
namespace Avoid {
-Timer timers = Timer();
-
-
Timer::Timer()
{
Reset();