summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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*) {}