summaryrefslogtreecommitdiff
path: root/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-04-15 19:10:02 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-04-15 19:10:02 +0000
commit95bf8ef443bf4880d6c82b45fd07cbb5d7fcbd66 (patch)
tree99de49d22567663145615c323fc548fa4d35e5f8 /src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx
parent2fcb4f419217eb2895ad0e52b15aab252eb827ef (diff)
Fixed Pico again.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11620 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx')
-rw-r--r--src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx8
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;