From 7df0d4cefc18ec1d0233ff3bb401cba4ede1a43e Mon Sep 17 00:00:00 2001 From: mightymax Date: Wed, 10 Jan 2007 11:56:07 +0000 Subject: [PATCH] removed double COLOR define --- trunk/desmume/src/GPU.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/trunk/desmume/src/GPU.h b/trunk/desmume/src/GPU.h index c06e43b47..a03797ca1 100644 --- a/trunk/desmume/src/GPU.h +++ b/trunk/desmume/src/GPU.h @@ -127,15 +127,6 @@ typedef union i.bitfield.blue = w.bitfield.blue; \ i.bitfield.alpha = w.bitfield.alpha; - -typedef union -{ - struct _COLOR bitfield; - u16 val; -} COLOR; - - - struct _BGxCNT { /*0*/ unsigned Priority:2; // 0..3=high..low