diff options
| author | Manolo Gouy <Manolo> | 2018-04-16 07:56:52 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-04-16 07:56:52 +0000 |
| commit | f089bd6445e8882aa0f8d36a4e196afca7986a54 (patch) | |
| tree | d41ebe23e28a0fa449a832c0cbd7122194b34651 /FL/Fl_PostScript.H | |
| parent | ecc1f90506d9d04f49149c02c3c18d71bab12be8 (diff) | |
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
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 1 |
1 files changed, 0 insertions, 1 deletions
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; } }; |
