diff options
| author | Manolo Gouy <Manolo> | 2018-04-16 13:00:29 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-04-16 13:00:29 +0000 |
| commit | 26aabc91e1b2e7417272e91df4c8a0867eb6bbba (patch) | |
| tree | 5ef8988cdc991c2532279a9a386927453f6e0617 /FL/Fl_Graphics_Driver.H | |
| parent | 9b01ff63e7f48fd8503bbc94ca12c761397ac7c6 (diff) | |
Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-implementations.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12843 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 295a8e2e0..5fb18f75f 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -407,8 +407,6 @@ public: virtual void *gc(void) {return NULL;} /** Support for pixmap drawing */ virtual uchar **mask_bitmap() { return 0; } - /** Support for pixmap drawing */ - virtual void mask_bitmap(uchar **) {} // default implementation may be enough /** Support for PostScript drawing */ virtual float scale_font_for_PostScript(Fl_Font_Descriptor *desc, int s) { return float(s); } |
