Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
6:2f220f5d782d
Parent:
5:92389cf2106d
Child:
7:df9f5b6dd4ed
--- a/console.cpp	Sun Apr 21 20:15:31 2013 +0000
+++ b/console.cpp	Sun Apr 21 20:46:28 2013 +0000
@@ -42,11 +42,12 @@
 {
     lcd.rect(x1, y1, x2, y2);
 }
-
+/*
 void eraseRec(int x1, int y1, int x2, int y2)
 {
     lcd.erase(x1, y1, x2, y2);
 }
+*/
 //
 // Set text and background colors
 //