aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-11 14:50:09 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-11 14:50:09 +0100
commit891f134bc1a210b3b91baba189ba1d48a6a617a3 (patch)
tree7798f5b62b44ecea55d37cf7ba41bf47360ed0d6 /src/gfx.c
parent5ea2cb9f8de3562c663942b505eb79d0733ab3dd (diff)
downloaduGFX-891f134bc1a210b3b91baba189ba1d48a6a617a3.tar.gz
uGFX-891f134bc1a210b3b91baba189ba1d48a6a617a3.tar.bz2
uGFX-891f134bc1a210b3b91baba189ba1d48a6a617a3.zip
Removed TDISP module
Diffstat (limited to 'src/gfx.c')
-rw-r--r--src/gfx.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gfx.c b/src/gfx.c
index 09d0798b..ff7b29cd 100644
--- a/src/gfx.c
+++ b/src/gfx.c
@@ -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