From 9b01ff63e7f48fd8503bbc94ca12c761397ac7c6 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 16 Apr 2018 10:43:28 +0000 Subject: Remove Fl_PostScript_Graphics_Driver::mask_bitmap(char **) that is useless. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12842 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_PostScript.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL/Fl_PostScript.H') diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 0f032da7a..8b6c72689 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -70,7 +70,6 @@ private: int scale_for_image_(Fl_Image *img, int XP, int YP, int WP, int HP,int cx, int cy); protected: uchar **mask_bitmap() {return &mask;} - void mask_bitmap(uchar **value) { } public: Fl_PostScript_Graphics_Driver(); #ifndef FL_DOXYGEN -- cgit v1.2.3