mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 08:16:04 +08:00
Remove useless virtual member function overrides.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user