From: Alan Cox Date: Tue, 6 Dec 2016 19:17:15 +0000 (+0000) Subject: coco2cart: remove dead code X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b5e9ebf4ee525ba8230171633d5f285e238be517;p=FUZIX.git coco2cart: remove dead code --- diff --git a/Kernel/platform-coco2cart/config.h b/Kernel/platform-coco2cart/config.h index eeba3db8..fbd29601 100644 --- a/Kernel/platform-coco2cart/config.h +++ b/Kernel/platform-coco2cart/config.h @@ -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