diff options
Diffstat (limited to 'src/gfx.c')
-rw-r--r-- | src/gfx.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -22,9 +22,6 @@ extern void _gosInit(void); #if GFX_USE_GDISP extern void _gdispInit(void); #endif -#if GFX_USE_TDISP - extern void _tdispInit(void); -#endif #if GFX_USE_GWIN extern void _gwinInit(void); #endif @@ -78,11 +75,6 @@ void gfxInit(void) { #if GFX_USE_GINPUT _ginputInit(); #endif - #if GFX_USE_TDISP - _tdispInit(); - tdispHome(); - tdispClear(); - #endif #if GFX_USE_GADC _gadcInit(); #endif |