aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--curses/ScintillaCurses.cxx4
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;