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.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Fl_Timeout.h') diff --git a/src/Fl_Timeout.h b/src/Fl_Timeout.h index 279935a71..8f2cc7a12 100644 --- a/src/Fl_Timeout.h +++ b/src/Fl_Timeout.h @@ -108,8 +108,7 @@ public: static void add_timeout(double time, Fl_Timeout_Handler cb, void *data); static void repeat_timeout(double time, Fl_Timeout_Handler cb, void *data); static void remove_timeout(Fl_Timeout_Handler cb, void *data); - static int remove_next_timeout(Fl_Timeout_Handler cb, void *data = NULL, void **data_return = NULL); - static std::vector timeout_list(); + static int remove_next_timeout(Fl_Timeout_Handler cb, void *data = 0, void **data_return = 0); // Elapse timeouts, i.e. calculate new delay time of all timers. // This does not call the timer callbacks. -- cgit v1.2.3