summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_x.cxx')
-rw-r--r--src/Fl_x.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 8733f1d7b..0d75316ea 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -2891,13 +2891,6 @@ int Fl_X11_Window_Driver::set_cursor(const Fl_RGB_Image *image, int hotx, int ho
#endif
}
-void Fl_X11_Window_Driver::reuse_cursor(fl_uintptr_t c)
-{
- if (c) {
- XDefineCursor(fl_display, fl_xid(pWindow), (Cursor)c);
- }
-}
-
////////////////////////////////////////////////////////////////
// returns pointer to the filename, or null if name ends with '/'