diff options
author | mitchell <unknown> | 2018-05-06 21:27:32 -0400 |
---|---|---|
committer | mitchell <unknown> | 2018-05-06 21:27:32 -0400 |
commit | 13e297cde65be6bf58ac3587e5c2dd746fa1f778 (patch) | |
tree | 430b488e41c123b1d16e19d747975550d51399d4 | |
parent | 724309f4b71d1d991a754d0ad821de3861b6a211 (diff) | |
download | scintilla-mirror-13e297cde65be6bf58ac3587e5c2dd746fa1f778.tar.gz |
Removed ElapsedTime from curses platform.
-rw-r--r-- | curses/ScintillaCurses.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/curses/ScintillaCurses.cxx b/curses/ScintillaCurses.cxx index f4804a1f0..b5be8bb70 100644 --- a/curses/ScintillaCurses.cxx +++ b/curses/ScintillaCurses.cxx @@ -852,10 +852,6 @@ void Menu::CreatePopUp() {} void Menu::Destroy() {} void Menu::Show(Point pt, Window &w) {} -// ElapsedTime is not implemented. -ElapsedTime::ElapsedTime() : bigBit(0), littleBit(0) {} -double ElapsedTime::Duration(bool reset) { return 1; } - /** Dynamic library loading is not implemented. */ DynamicLibrary *DynamicLibrary::Load(const char *modulePath) { /* TODO */ return 0; |