summaryrefslogtreecommitdiff
path: root/src/Fl_Graphics_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-19 10:47:42 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-19 10:47:42 +0200
commitce2f024bce0c4dfdb01a14a797ee8c3bda4757cb (patch)
treec2979502342c75d56547a67177cf73d1a03ae5f0 /src/Fl_Graphics_Driver.cxx
parent6194b736eb07400233687757c3fb572706614840 (diff)
Fl_Graphics_Driver: remove unused virtual qualifiers.
Diffstat (limited to 'src/Fl_Graphics_Driver.cxx')
-rw-r--r--src/Fl_Graphics_Driver.cxx3
1 files changed, 0 insertions, 3 deletions
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*) {}