From 724309f4b71d1d991a754d0ad821de3861b6a211 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 6 May 2018 21:22:30 -0400 Subject: Backport: Use for platform-independent timing and remove ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable. Backport of changeset 6741:af5d9064c25c. --- include/Platform.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index 3d51823b5..b9f33fccd 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -438,14 +438,6 @@ public: void Show(Point pt, Window &w); }; -class ElapsedTime { - long bigBit; - long littleBit; -public: - ElapsedTime(); - double Duration(bool reset=false); -}; - /** * Dynamic Library (DLL/SO/...) loading */ -- cgit v1.2.3