From 80a22e97e8f61c4fb3cfd13dd4ee81c3a46c5884 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 3 Feb 2022 19:48:51 +0100 Subject: Fl_Timeout: Remove compiler warning [-Wclass-memaccess] Also: fix doxygen warning --- src/Fl_Timeout.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Fl_Timeout.h') diff --git a/src/Fl_Timeout.h b/src/Fl_Timeout.h index de4110609..610f00067 100644 --- a/src/Fl_Timeout.h +++ b/src/Fl_Timeout.h @@ -146,8 +146,6 @@ protected: used like a stack (last in, first out). \see Fl_Timeout::push() Member function (method) - \see Fl_Timeout *Fl_Timeout::pop() Static function - \see Fl_Timeout *Fl_Timeout::current() TStatic function */ static Fl_Timeout *current_timeout; // list of "current" timeouts -- cgit v1.2.3