diff options
| author | Manolo Gouy <Manolo> | 2016-09-20 12:58:51 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-09-20 12:58:51 +0000 |
| commit | 827fa250f3bfd0c9dc68d1483ae3c41b144adfee (patch) | |
| tree | 551e41cb7891db8c0317f10bb21ffc80a000695f /src/Fl.cxx | |
| parent | c06374378f212f8fe55b7bc08603871be5502aa2 (diff) | |
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
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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_<platform>.cxx - /** See int Fl::wait() */ |
