From dc39575fb3ef90e5a2689babe7fb335cd88f6727 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 21:32:25 +0500 Subject: wip --- src/Fl.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/Fl.cxx') 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::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). -- cgit v1.2.3