| 2001 | } |
| 2002 | |
| 2003 | ConsoleFunction(dumpFontList, void, 1, 1, "Print device fonts to console") |
| 2004 | { |
| 2005 | activity.dumpFontList(); |
| 2006 | } |
| 2007 | |
| 2008 | ConsoleFunction(hideSplashScreen, void, 1, 1, "hide the splash screen") |
| 2009 | { |
nothing calls this directly
no test coverage detected