diff options
Diffstat (limited to 'gui/newgui.h')
-rw-r--r-- | gui/newgui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/newgui.h b/gui/newgui.h index e75a084312..2199c552c4 100644 --- a/gui/newgui.h +++ b/gui/newgui.h @@ -151,7 +151,6 @@ public: void drawChar(byte c, int x, int y, OverlayColor color, const Graphics::Font *font = 0); void drawString(const String &str, int x, int y, int w, OverlayColor color, Graphics::TextAlignment align = Graphics::kTextAlignLeft, int deltax = 0, bool useEllipsis = true); - void drawString(const Graphics::Font *font, const String &str, int x, int y, int w, OverlayColor color, Graphics::TextAlignment align = Graphics::kTextAlignLeft, int deltax = 0, bool useEllipsis = true); int getStringWidth(const String &str) const; int getCharWidth(byte c) const; |