Menu system broken
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
Diff: Constantdisplay.cpp
- Revision:
- 6:2f220f5d782d
- Parent:
- 5:92389cf2106d
- Child:
- 8:6ddb8c26387a
--- a/Constantdisplay.cpp Sun Apr 21 20:15:31 2013 +0000 +++ b/Constantdisplay.cpp Sun Apr 21 20:46:28 2013 +0000 @@ -41,12 +41,12 @@ { CdisplayItem[ID].Crect(x1, y1, x2, y2); } - +/* void Constantdisplay::deleterect(int ID, int x1, int y1, int x2, int y2) { CdisplayItem[ID].DeleteCrect(x1, y1, x2, y2); } - +*/ /* itoa: convert n to characters in s */ void Constantdisplay::itoa(int n, char s[]) {