diff options
Diffstat (limited to 'src/drivers/Cocoa')
| -rw-r--r-- | src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx index e54f45750..a3defafcc 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx @@ -32,7 +32,6 @@ extern "C" void NSBeep(void); extern double fl_mac_flush_and_wait(double time_to_wait); -extern int fl_ready(); int Fl_Cocoa_Screen_Driver::next_marked_length = 0; @@ -152,12 +151,6 @@ double Fl_Cocoa_Screen_Driver::wait(double time_to_wait) } -int Fl_Cocoa_Screen_Driver::ready() -{ - return fl_ready(); -} - - extern void fl_fix_focus(); // in Fl.cxx extern void *fl_capture; |
