Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
6:2f220f5d782d
Parent:
5:92389cf2106d
--- a/CdisplayItem.cpp	Sun Apr 21 20:15:31 2013 +0000
+++ b/CdisplayItem.cpp	Sun Apr 21 20:46:28 2013 +0000
@@ -54,8 +54,9 @@
 {
     printRec(x1, y1, x2, y2);
 }
-
+/*
 void CdisplayItem::DeleteCrect(int x1, int y1, int x2, int y2)
 {
     eraseRec(x1, y1, x2, y2);
 }
+*/
\ No newline at end of file