Remove unused union
Jeffrey Pfau jeffrey@endrift.com
Tue, 30 Sep 2014 22:57:05 -0700
1 files changed,
0 insertions(+),
9 deletions(-)
jump to
M
src/gba/gba-video.h
→
src/gba/gba-video.h
@@ -43,15 +43,6 @@ OBJ_SHAPE_HORIZONTAL = 1,
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;