aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h8
1 files changed, 0 insertions, 8 deletions
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
*/