diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-04-15 19:10:02 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-04-15 19:10:02 +0000 |
| commit | 95bf8ef443bf4880d6c82b45fd07cbb5d7fcbd66 (patch) | |
| tree | 99de49d22567663145615c323fc548fa4d35e5f8 /src/drivers/Pico/Fl_Pico_Graphics_Driver.H | |
| parent | 2fcb4f419217eb2895ad0e52b15aab252eb827ef (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.H')
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_Graphics_Driver.H | 1 |
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_;} |
