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_Timeout.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/Fl_Timeout.cxx') diff --git a/src/Fl_Timeout.cxx b/src/Fl_Timeout.cxx index 4ba8a0f63..9aa89b839 100644 --- a/src/Fl_Timeout.cxx +++ b/src/Fl_Timeout.cxx @@ -344,17 +344,6 @@ int Fl_Timeout::remove_next_timeout(Fl_Timeout_Handler cb, void *data, void **da return ret; } -std::vector Fl_Timeout::timeout_list() { - std::vector v; - const Fl_Timeout *t = first_timeout; - while (t) { - v.push_back( { t->time, t->callback, t->data } ); - t = t->next; - } - return v; -} - - /** Remove the timeout from the active timer queue and push it onto the stack of currently running callbacks. -- cgit v1.2.3