diff options
| author | Manolo Gouy <Manolo> | 2017-07-25 11:31:19 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-07-25 11:31:19 +0000 |
| commit | 9c47bc322c38eff149544a06f2569cd9bfbef0c8 (patch) | |
| tree | a157913424dfe3d78eed7ca380ae904c74327c31 /src/Fl_Window_Driver.cxx | |
| parent | 225c3d6da316838aba9432a319bbdd33da97a001 (diff) | |
Remove Fl_Window_Driver::reuse_cursor() that is no longer used since commit r12349.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12350 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
| -rw-r--r-- | src/Fl_Window_Driver.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx index f294a50cb..3c92c09a7 100644 --- a/src/Fl_Window_Driver.cxx +++ b/src/Fl_Window_Driver.cxx @@ -239,9 +239,6 @@ int Fl_Window_Driver::set_cursor(const Fl_RGB_Image*, int, int) { return 0; } -void Fl_Window_Driver::reuse_cursor(fl_uintptr_t) { -} - fl_uintptr_t Fl_Window_Driver::current_cursor() { return 0; } |
