From 643bb3bbbbc3fc1430630d5909d6f4d727bf1824 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 3 Aug 2018 18:20:37 +0000 Subject: Remove private member variable Fl_X11_Window_Driver::current_cursor_ that's no longer used. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13003 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_x.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Fl_x.cxx') diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 595a7a944..fce8e1c8e 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -2856,7 +2856,6 @@ int Fl_X11_Window_Driver::set_cursor(Fl_Cursor c) { #undef cache_cursor XDefineCursor(fl_display, fl_xid(pWindow), xc); - current_cursor_ = xc; return 1; } @@ -2924,7 +2923,6 @@ int Fl_X11_Window_Driver::set_cursor(const Fl_RGB_Image *image, int hotx, int ho xc = XcursorImageLoadCursor(fl_display, cursor); XDefineCursor(fl_display, fl_xid(pWindow), xc); - current_cursor_ = xc; XFreeCursor(fl_display, xc); XcursorImageDestroy(cursor); -- cgit v1.2.3