From 6505500c05557cf9fa13dfbe1de6572260be6cac Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Mon, 23 Apr 2012 19:04:13 -0700 Subject: [PATCH] Remove obsolete function from header. --- FL/Fl.H | 2 -- 1 file changed, 2 deletions(-) diff --git a/FL/Fl.H b/FL/Fl.H index 4f6e718..1750f93 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -1039,8 +1039,6 @@ public: */ public: - static void cairo_set_drawable ( Fl_Window *w ); - // Cairo support API static cairo_t * cairo_make_current(Fl_Window* w); /** when FLTK_HAVE_CAIRO is defined and cairo_autolink_context() is true,