aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-14 14:40:52 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-14 14:40:52 +1000
commitcebd3113ce6b1e4dbc98f458c6033fd41e29d69d (patch)
tree4dbbdeffdd7c49450addd7f05be62363b4e310ea
parent3fe056899ac8ad4882f59e196aaa56cd31c2e547 (diff)
downloadscintilla-mirror-cebd3113ce6b1e4dbc98f458c6033fd41e29d69d.tar.gz
Modernize Platform.h (5) - remove ElapsedTime.
Replaced by ElapsedPeriod.
-rw-r--r--include/Platform.h8
1 files changed, 0 insertions, 8 deletions
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
*/