more unnecessary #undef

This commit is contained in:
nhmall
2022-11-01 12:52:22 -04:00
parent 5192191e5d
commit b4080cefcb
3 changed files with 2 additions and 7 deletions

View File

@@ -58,7 +58,6 @@ static xoff, yoff; /* image centering */
#undef red
#undef green
#undef blue
#undef index
#ifdef _DCC
#include <clib/graphics_protos.h>
#include <clib/intuition_protos.h>

View File

@@ -96,11 +96,6 @@ CLIPPING must be defined for the AMIGA version
#define __asm /* DICE doesn't like __asm */
#endif
#ifndef __SASC_60
#undef index
#define index strchr
#endif
#ifdef _DCC
#include <clib/intuition_protos.h>
#else