Remove useless virtual member function overrides.

This commit is contained in:
ManoloFLTK 2022-03-24 06:30:27 +01:00
parent 52015f2a26
commit 194164054b

View File

@ -97,9 +97,6 @@ public:
void text_extents(const char*, int n, int& dx, int& dy, int& w, int& h);
int height();
int descent();
// ---
Fl_Bitmask create_bitmask(int /*w*/, int /*h*/, const uchar * /*array*/) { return 0L; }
void delete_bitmask(Fl_Bitmask) { }
};
#endif // FL_OPENGL_GRAPHICS_DRIVER_H