Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RA8875 by
Diff: GraphicsDisplay.cpp
- Revision:
- 100:0b084475d5a9
- Parent:
- 98:ecebed9b80b2
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...
    