diff options
Diffstat (limited to 'src/mmo/timer.t.hpp')
-rw-r--r-- | src/mmo/timer.t.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mmo/timer.t.hpp b/src/mmo/timer.t.hpp index a1d05ef..549959a 100644 --- a/src/mmo/timer.t.hpp +++ b/src/mmo/timer.t.hpp @@ -28,8 +28,6 @@ # include "dumb_ptr.hpp" -struct TimerData; - /// An implementation of the C++ "clock" concept, exposing /// durations in milliseconds. class milli_clock |