From 0cef82d74610bcbe19dba37d363b59b9e220efef Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 16 Feb 2018 16:24:32 +0000 Subject: 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 --- src/Fl_win32.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Fl_win32.cxx') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 24b0548fb..20cf3e879 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -2517,10 +2517,6 @@ int Fl_WinAPI_Window_Driver::set_cursor(const Fl_RGB_Image *image, int hotx, int return 1; } -fl_uintptr_t Fl_WinAPI_Window_Driver::current_cursor() { - return (fl_uintptr_t)cursor; -} - //////////////////////////////////////////////////////////////// // Implement the virtual functions for the base Fl_Window class: -- cgit v1.2.3