Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
6:2f220f5d782d
Parent:
5:92389cf2106d
--- a/console.h	Sun Apr 21 20:15:31 2013 +0000
+++ b/console.h	Sun Apr 21 20:46:28 2013 +0000
@@ -14,6 +14,6 @@
 void printXY( char * text, int x, int y);
 void setrgb(int);
 void printRec(int x1, int y1, int x2, int y2);
-void eraseRec(int x1, int y1, int x2, int y2);
+//void eraseRec(int x1, int y1, int x2, int y2);
 
 #endif
\ No newline at end of file