From ce2f024bce0c4dfdb01a14a797ee8c3bda4757cb Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 19 Aug 2022 10:47:42 +0200 Subject: Fl_Graphics_Driver: remove unused virtual qualifiers. --- src/Fl_Graphics_Driver.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 7575829dc..76575d1df 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -607,9 +607,6 @@ int Fl_Graphics_Driver::height() { return size(); } /** Return the current line descent */ int Fl_Graphics_Driver::descent() { return 0; } -/** Set the current Fl_Font_Descriptor */ -void Fl_Graphics_Driver::font_descriptor(Fl_Font_Descriptor *d) { font_descriptor_ = d;} - /** Sets the value of the driver-specific graphics context. */ void Fl_Graphics_Driver::gc(void*) {} -- cgit v1.2.3