summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-20 13:48:55 +0000
committerManolo Gouy <Manolo>2016-09-20 13:48:55 +0000
commit6347dbde58f1a463e297a082d237272880066cd2 (patch)
treef8a435723e544ac7ba3a9e74f13e7d516a23d9f1 /src/drivers
parent26601983c67ee3af607c4b793d263c6f8d312207 (diff)
Restructure the code behind double Fl_Cocoa_Screen_Driver::wait(double time_to_wait)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11958 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx
index a3defafcc..c43b872f1 100644
--- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx
+++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx
@@ -31,8 +31,6 @@
extern "C" void NSBeep(void);
-extern double fl_mac_flush_and_wait(double time_to_wait);
-
int Fl_Cocoa_Screen_Driver::next_marked_length = 0;
/*
@@ -144,13 +142,6 @@ void Fl_Cocoa_Screen_Driver::flush() {
}
-double Fl_Cocoa_Screen_Driver::wait(double time_to_wait)
-{
- Fl::run_checks();
- return fl_mac_flush_and_wait(time_to_wait);
-}
-
-
extern void fl_fix_focus(); // in Fl.cxx
extern void *fl_capture;