summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-10-13 07:17:01 +0000
committerManolo Gouy <Manolo>2017-10-13 07:17:01 +0000
commitdb83933f585d156db2ae35d9c5649bb21b4555af (patch)
tree1d47aeaaca39a6093be40d930ddd8cb4941b9b92 /FL
parentb5027d4f29e057f514a333ec188dc5b86a1cc8e8 (diff)
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
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_SVG_Image.H1
1 files changed, 0 insertions, 1 deletions
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