From 6347dbde58f1a463e297a082d237272880066cd2 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 20 Sep 2016 13:48:55 +0000 Subject: 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 --- src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/drivers') 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; -- cgit v1.2.3