aboutsummaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gui.h')
-rw-r--r--gui/gui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/gui.h b/gui/gui.h
index b7755cf226..c08138c326 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -88,9 +88,6 @@ protected:
void line(int x, int y, int x2, int y2, byte color);
void box(int x, int y, int width, int height);
- //void hline(int x, int y, int x2, byte color);
- //void vline(int x, int y, int y2, byte color);
- void drawChar(const char str, int xx, int yy);
void drawString(const char *str, int x, int y, int w, byte color, bool center);
void widgetClear(const GuiWidget *w);
void widgetBorder(const GuiWidget *w);