From 9c47bc322c38eff149544a06f2569cd9bfbef0c8 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 25 Jul 2017 11:31:19 +0000 Subject: 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 --- src/Fl_x.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/Fl_x.cxx') 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 '/' -- cgit v1.2.3