KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
100:0b084475d5a9
Parent:
98:ecebed9b80b2
Child:
101:e0aad446094a
--- 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...