mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
CGE: Remove a useless structure
This commit is contained in:
parent
5c256f9689
commit
3642fa015b
@ -42,17 +42,6 @@ namespace CGE {
|
||||
|
||||
#include "common/pack-start.h"
|
||||
|
||||
struct Bgr4 {
|
||||
uint16 _b : 2;
|
||||
uint16 _B : 6;
|
||||
uint16 _g : 2;
|
||||
uint16 _G : 6;
|
||||
uint16 _r : 2;
|
||||
uint16 _R : 6;
|
||||
uint16 _Z : 8;
|
||||
};
|
||||
|
||||
|
||||
struct HideDesc {
|
||||
uint16 _skip;
|
||||
uint16 _hide;
|
||||
|
Loading…
x
Reference in New Issue
Block a user