Forked para SNOCC
Fork of RA8875 by
Diff: GraphicsDisplay.cpp
- Revision:
- 100:0b084475d5a9
- Parent:
- 98:ecebed9b80b2
- Child:
- 101:e0aad446094a
diff -r 66edf771373a -r 0b084475d5a9 GraphicsDisplay.cpp --- a/GraphicsDisplay.cpp Thu Dec 17 12:19:01 2015 +0000 +++ b/GraphicsDisplay.cpp Sat Dec 19 15:55:09 2015 +0000 @@ -85,12 +85,6 @@ font = NULL; } -RetCode_t GraphicsDisplay::set_font(const unsigned char * _font) -{ - font = _font; // trusting them, but it might be good to put some checks in here... - return noerror; -} - RetCode_t GraphicsDisplay::SelectUserFont(const unsigned char * _font) { font = _font; // trusting them, but it might be good to put some checks in here...