diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-24 06:30:27 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-24 06:30:27 +0100 |
| commit | 194164054b5a2de2da7ce8696910586c66d2f3a8 (patch) | |
| tree | 7f6f3f9a9ce66f53e2e330ebb028a3067b3cb700 /src/drivers | |
| parent | 52015f2a261eb7b5a623bf66a2ee4d507e0d6b8a (diff) | |
Remove useless virtual member function overrides.
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver.H | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver.H b/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver.H index cb14b4dff..09b56f8b1 100644 --- a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver.H +++ b/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver.H @@ -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 |
