diff options
Diffstat (limited to 'gui/gui.h')
| -rw-r--r-- | gui/gui.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| @@ -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); | 
