summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_win32.cxx')
-rw-r--r--src/Fl_win32.cxx4
1 files changed, 0 insertions, 4 deletions
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: