From 85b5f02a8b84182f779c79e671b28c6dc3dd0c25 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 18 Apr 2016 11:58:46 +0000 Subject: Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::flush() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11646 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL/mac.H') diff --git a/FL/mac.H b/FL/mac.H index 1b39d2a08..fc8735101 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -134,7 +134,6 @@ public: static Fl_X* i(const Fl_Window* w) {return (Fl_X*)w->i;} static int fake_X_wm(const Fl_Window*,int&,int&,int&,int&,int&); static void make(Fl_Window*); - void flush(); static void set_high_resolution(bool); CGRect* subRect() { return subRect_; } // getter void subRect(CGRect *r) { subRect_ = r; } // setter -- cgit v1.2.3