From cebd3113ce6b1e4dbc98f458c6033fd41e29d69d Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 14 May 2018 14:40:52 +1000 Subject: Modernize Platform.h (5) - remove ElapsedTime. Replaced by ElapsedPeriod. --- include/Platform.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/Platform.h') diff --git a/include/Platform.h b/include/Platform.h index 1b2b5f4b7..ad927fdf2 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -401,14 +401,6 @@ public: void Show(Point pt, Window &w); }; -class[[deprecated("Use ElapsedPeriod")]] ElapsedTime { - long bigBit; - long littleBit; -public: - ElapsedTime(); - double Duration(bool reset=false); -}; - /** * Dynamic Library (DLL/SO/...) loading */ -- cgit v1.2.3