From 827fa250f3bfd0c9dc68d1483ae3c41b144adfee Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 20 Sep 2016 12:58:51 +0000 Subject: Remove fl_wait() that is not part of the public API. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index 1dc8a69b7..e798166b0 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -492,8 +492,6 @@ void fl_trigger_clipboard_notify(int source) { void (*Fl::idle)(); // see Fl::add_idle.cxx for the add/remove functions -extern int fl_wait(double time); // in Fl_.cxx - /** See int Fl::wait() */ -- cgit v1.2.3