From 8e32348480c01014295f035dc80d1ed3a6782b00 Mon Sep 17 00:00:00 2001 From: tangstad Date: Wed, 23 Nov 2005 09:05:55 +0000 Subject: [PATCH] Removed unused commented code. --- gba/cartest/src/cartest.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gba/cartest/src/cartest.c b/gba/cartest/src/cartest.c index aa6194d..6784c4a 100644 --- a/gba/cartest/src/cartest.c +++ b/gba/cartest/src/cartest.c @@ -68,12 +68,7 @@ int main(void) CpuFastSet(car_bin, BITMAP_OBJ_BASE_ADR, COPY32 | car_bin_size/4); CpuFastSet(car_pal_bin, OBJ_COLORS, COPY32 | car_pal_bin_size/4); - // u32 nothing = 0; - // CpuFastSet(¬hing, (void*)oe_buffer, FILL | sizeof(oe_buffer)/4); - // memset(oe_buffer, 0, sizeof(oe_buffer)); car->attr2 = OBJ_CHAR(512); - // car->attr1 = OBJ_SIZE(1) | OBJ_X(100); - // car->attr0 = OBJ_256_COLOR | OBJ_ROT_SCALE_ON | OBJ_Y(49); s32 base = (s32)(0.707106781 * 256); s32 one = 1 << 8;