summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-20 12:58:51 +0000
committerManolo Gouy <Manolo>2016-09-20 12:58:51 +0000
commit827fa250f3bfd0c9dc68d1483ae3c41b144adfee (patch)
tree551e41cb7891db8c0317f10bb21ffc80a000695f /src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
parentc06374378f212f8fe55b7bc08603871be5502aa2 (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/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
index f3e50664f..7d177de98 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
+++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
@@ -27,9 +27,6 @@
#include <FL/fl_ask.H>
#include <stdio.h>
-// Add these externs to allow Win32 port to build - suspect that Fl_X11_Screen_Driver.cxx also might need these
-// but I don't have a X11 box to hand for testing. These should be in an internal header somewhere?
-extern int fl_wait(double time); // in Fl_win32.cxx
// these are set by Fl::args() and override any system colors: from Fl_get_system_colors.cxx
extern const char *fl_fg;
@@ -267,12 +264,6 @@ void Fl_WinAPI_Screen_Driver::flush()
}
-double Fl_WinAPI_Screen_Driver::wait(double time_to_wait)
-{
- return fl_wait(time_to_wait);
-}
-
-
extern void fl_fix_focus(); // in Fl.cxx
// We have to keep track of whether we have captured the mouse, since