mirror of https://github.com/mgba-emu/mgba.git
Remove unused union
This commit is contained in:
parent
5874d416df
commit
015e6700d7
|
@ -43,15 +43,6 @@ enum ObjShape {
|
|||
OBJ_SHAPE_VERTICAL = 2
|
||||
};
|
||||
|
||||
union GBAColor {
|
||||
struct {
|
||||
unsigned r : 5;
|
||||
unsigned g : 5;
|
||||
unsigned b : 5;
|
||||
};
|
||||
uint16_t packed;
|
||||
};
|
||||
|
||||
struct GBAObj {
|
||||
unsigned y : 8;
|
||||
unsigned transformed : 1;
|
||||
|
|
Loading…
Reference in New Issue