From 0629b40afd8fc49ef2d9db898d190e3a1a508d8d Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 18 Apr 2016 14:31:07 +0000 Subject: Move set_cursor() member functions from class Fl_X to classes Fl_Window_Driver and derived. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11652 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/x.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'FL/x.H') diff --git a/FL/x.H b/FL/x.H index b323552aa..eb5fc8770 100644 --- a/FL/x.H +++ b/FL/x.H @@ -120,8 +120,6 @@ public: char wait_for_expose; static Fl_X* first; static Fl_X* i(const Fl_Window* wi) {return wi->i;} - int set_cursor(Fl_Cursor); - int set_cursor(const Fl_RGB_Image*, int, int); static void make_xid(Fl_Window*,XVisualInfo* =fl_visual, Colormap=fl_colormap); static Fl_X* set_xid(Fl_Window*, Window); }; -- cgit v1.2.3