[Scummvm-cvs-logs] scummvm master -> 3642fa015bdc1d416d3910de9ce56f64b01396bd

Strangerke Strangerke at scummvm.org
Sun Sep 11 22:33:34 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3642fa015b CGE: Remove a useless structure


Commit: 3642fa015bdc1d416d3910de9ce56f64b01396bd
    https://github.com/scummvm/scummvm/commit/3642fa015bdc1d416d3910de9ce56f64b01396bd
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-09-11T13:14:48-07:00

Commit Message:
CGE: Remove a useless structure

Changed paths:
    engines/cge/bitmap.h



diff --git a/engines/cge/bitmap.h b/engines/cge/bitmap.h
index 78907dc..513438e 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;






More information about the Scummvm-git-logs mailing list