aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge/bitmap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/cge/bitmap.h b/engines/cge/bitmap.h
index 78907dc4d7..513438e74d 100644
--- a/engines/cge/bitmap.h
+++ b/engines/cge/bitmap.h
@@ -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;