From f089bd6445e8882aa0f8d36a4e196afca7986a54 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 16 Apr 2018 07:56:52 +0000 Subject: [PATCH] Remove useless re-implementation of this virtual member function. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12839 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_PostScript.H | 1 - 1 file changed, 1 deletion(-) diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 25087b03a..0f032da7a 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -223,7 +223,6 @@ class Clip { ~Fl_PostScript_Graphics_Driver(); // --- Fl_Bitmask create_bitmask(int w, int h, const uchar *array) { return 0L; } - void delete_bitmask(Fl_Bitmask bm) { }; virtual int has_feature(driver_feature mask) { return mask & PRINTER; } };