summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
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;