Menu system broken
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
Diff: CdisplayItem.h
- Revision:
- 6:2f220f5d782d
- Parent:
- 5:92389cf2106d
- Child:
- 7:df9f5b6dd4ed
diff -r 92389cf2106d -r 2f220f5d782d CdisplayItem.h --- a/CdisplayItem.h Sun Apr 21 20:15:31 2013 +0000 +++ b/CdisplayItem.h Sun Apr 21 20:46:28 2013 +0000 @@ -30,7 +30,7 @@ void erase(); void setValue(char *); void Crect(int x1, int y1, int x2, int y2); - void DeleteCrect(int x1, int y1, int x2, int y2); + // void DeleteCrect(int x1, int y1, int x2, int y2); #endif /* defined(__menuSystem__menuItem__) */