diff options
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 34c428eb7..a7827d6e3 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -2362,11 +2362,6 @@ int Fl_WinAPI_Window_Driver::set_cursor(const Fl_RGB_Image *image, int hotx, int return 1; } -void Fl_WinAPI_Window_Driver::reuse_cursor(fl_uintptr_t c) { - cursor = (HCURSOR)c; - SetCursor((HCURSOR)c); -} - fl_uintptr_t Fl_WinAPI_Window_Driver::current_cursor() { return (fl_uintptr_t)cursor; } |
