diff options
| author | Manolo Gouy <Manolo> | 2018-02-16 16:24:32 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-02-16 16:24:32 +0000 |
| commit | 0cef82d74610bcbe19dba37d363b59b9e220efef (patch) | |
| tree | 356989f5914065180467f33f56adf765b2abc046 /src/Fl_Window_Driver.cxx | |
| parent | 5f553ebd2a301e6019de9dc4c10d7125d19d2bcd (diff) | |
Remove Fl_Window_Driver::current_cursor() and its platform-specific forms that are now unused.
This became unused when window scaling no longer involved window destruction/recreation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12668 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
| -rw-r--r-- | src/Fl_Window_Driver.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx index f9cc27912..3cba792c7 100644 --- a/src/Fl_Window_Driver.cxx +++ b/src/Fl_Window_Driver.cxx @@ -241,11 +241,6 @@ int Fl_Window_Driver::set_cursor(const Fl_RGB_Image*, int, int) { return 0; } -fl_uintptr_t Fl_Window_Driver::current_cursor() { - return 0; -} - - void Fl_Window_Driver::wait_for_expose() { if (!shown()) return; Fl_X *i = Fl_X::i(pWindow); |
