summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 368e330a6..029235dee 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -448,15 +448,6 @@ int Fl::remove_next_timeout(Fl_Timeout_Handler cb, void *data, void **data_retur
return Fl_Timeout::remove_next_timeout(cb, data, data_return);
}
-/**
- Return a list of all currently running timeouts.
- \return a vector with all relevant timeout data
-*/
-std::vector<Fl::TimeoutData> Fl::timeout_list() {
- return Fl_Timeout::timeout_list();
-}
-
-
////////////////////////////////////////////////////////////////
// Checks are just stored in a list. They are called in the reverse
// order that they were added (this may change in the future).