From 309e2fcd79b195dfa43dd408c8ff5d806ea9a7d2 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 8 May 2019 10:27:00 +0200 Subject: [PATCH] The textcolor macro optimization is by now provided by cc65. --- platform/atarixl/contiki-conf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/atarixl/contiki-conf.h b/platform/atarixl/contiki-conf.h index 1ebdcc9c5..a7882e800 100644 --- a/platform/atarixl/contiki-conf.h +++ b/platform/atarixl/contiki-conf.h @@ -45,8 +45,6 @@ #define MOUSE_CONF_XTOC(x) ((x) / 8) #define MOUSE_CONF_YTOC(y) ((y) / 8) -#define textcolor(color) COLOR_WHITE - #define BORDERCOLOR COLOR_BLACK #define SCREENCOLOR COLOR_BLACK