Remove useless virtual member function overrides.
This commit is contained in:
parent
52015f2a26
commit
194164054b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user