From db83933f585d156db2ae35d9c5649bb21b4555af Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 13 Oct 2017 07:17:01 +0000 Subject: Remove the Fl_SVG_Image::fl_gzopen() member function that is less useful with the new fl_open_ext() function. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12491 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_SVG_Image.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_SVG_Image.H b/FL/Fl_SVG_Image.H index a4d873aa7..0965b2639 100644 --- a/FL/Fl_SVG_Image.H +++ b/FL/Fl_SVG_Image.H @@ -74,7 +74,6 @@ public: virtual void color_average(Fl_Color c, float i); virtual void draw(int X, int Y, int W, int H, int cx = 0, int cy = 0); void draw(int X, int Y) { draw(X, Y, w(), h(), 0, 0); } - static void* fl_gzopen(const char *fname); }; #endif // FL_SVG_IMAGE_H -- cgit v1.2.3