summaryrefslogtreecommitdiff
path: root/src/drivers/Pico/Fl_Pico_Graphics_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/Pico/Fl_Pico_Graphics_Driver.H')
-rw-r--r--src/drivers/Pico/Fl_Pico_Graphics_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Pico/Fl_Pico_Graphics_Driver.H b/src/drivers/Pico/Fl_Pico_Graphics_Driver.H
index 1570c2463..7b678a8bf 100644
--- a/src/drivers/Pico/Fl_Pico_Graphics_Driver.H
+++ b/src/drivers/Pico/Fl_Pico_Graphics_Driver.H
@@ -163,7 +163,6 @@ class Fl_Pico_Graphics_Driver : public Fl_Graphics_Driver {
// virtual Fl_Fontsize size() {return size_; }
virtual double width(const char *str, int n);
// virtual double width(unsigned int c) { char ch = (char)c; return width(&ch, 1); }
- virtual void text_extents(const char*, int n, int& dx, int& dy, int& w, int& h);
virtual int height();
virtual int descent();
// virtual Fl_Font_Descriptor *font_descriptor() { return font_descriptor_;}