diff options
| author | Manolo Gouy <Manolo> | 2016-09-19 16:59:59 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-09-19 16:59:59 +0000 |
| commit | c06374378f212f8fe55b7bc08603871be5502aa2 (patch) | |
| tree | f52c0b7daad2fc0be8b1c86b03ed26f011a9be05 /src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | |
| parent | 3c0b74b2843c5c945953e2965f573aa036050c43 (diff) | |
Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::ready()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11951 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.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx index 52e3f5287..f3e50664f 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx @@ -29,7 +29,6 @@ // 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_ready(); // in Fl_win32.cxx 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 @@ -274,12 +273,6 @@ double Fl_WinAPI_Screen_Driver::wait(double time_to_wait) } -int Fl_WinAPI_Screen_Driver::ready() -{ - return fl_ready(); -} - - extern void fl_fix_focus(); // in Fl.cxx // We have to keep track of whether we have captured the mouse, since @@ -682,4 +675,4 @@ float Fl_WinAPI_Screen_Driver::desktop_scaling_factor() { // // End of "$Id$". -//
\ No newline at end of file +// |
