diff options
Diffstat (limited to 'src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx')
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx b/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx index 1cdeeb580..1b9be9cf9 100644 --- a/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx +++ b/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx @@ -274,14 +274,6 @@ int Fl_Pico_Graphics_Driver::height() { return (int)(size_); } -void Fl_Pico_Graphics_Driver::text_extents(const char *str, int n, int& dx, int& dy, int& w, int& h) -{ - dx = 0; - dy = descent(); - w = (int)width(str, n); - h = size_; -} - void Fl_Pico_Graphics_Driver::draw(const char *str, int n, int x, int y) { int i; |
