Remove redefinition of COMPOSITE_16_NO_OBJWIN

This commit is contained in:
Jeffrey Pfau 2014-07-24 02:37:04 -07:00
parent 900d1684a9
commit 436c53b0a6
1 changed files with 0 additions and 4 deletions

View File

@ -767,10 +767,6 @@ static inline void _compositeNoBlendNoObjwin(struct GBAVideoSoftwareRenderer* re
#define COMPOSITE_256_NO_OBJWIN(BLEND) \
COMPOSITE_16_NO_OBJWIN(BLEND)
#define COMPOSITE_16_NO_OBJWIN(BLEND) \
_composite ## BLEND ## NoObjwin(renderer, pixel, palette[pixelData] | flags, current);
#define BACKGROUND_DRAW_PIXEL_16(BLEND, OBJWIN) \
pixelData = tileData & 0xF; \
current = *pixel; \