coco2cart: remove dead code
authorAlan Cox <alan@linux.intel.com>
Tue, 6 Dec 2016 19:17:15 +0000 (19:17 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 6 Dec 2016 19:17:15 +0000 (19:17 +0000)
Kernel/platform-coco2cart/config.h

index eeba3db..fbd2960 100644 (file)
@@ -36,9 +36,6 @@
 /* Allow for our swap heavy nature */
 #define MAXTICKS 25
 
-extern unsigned char vt_mangle_6847(unsigned char c);
-#define VT_MAP_CHAR(x) vt_mangle_6847(x)
-
 /* Vt definitions */
 #define VT_WIDTH       32
 #define VT_HEIGHT      24