From 741e26cfd2c9484bd4ae4698c9ba0f5925be2b38 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 26 May 2016 18:58:44 -0500 Subject: SCI32: Remove unused Plane fields These fields were written and never read in SSCI. --- engines/sci/graphics/plane32.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'engines/sci/graphics/plane32.h') diff --git a/engines/sci/graphics/plane32.h b/engines/sci/graphics/plane32.h index 53749f86f4..c93fb5b64e 100644 --- a/engines/sci/graphics/plane32.h +++ b/engines/sci/graphics/plane32.h @@ -100,16 +100,6 @@ private: */ static uint16 _nextObjectId; - /** - * The dimensions of the plane, in game script - * coordinates. - * TODO: These are never used and are always - * scriptWidth x scriptHeight in SCI engine? The actual - * dimensions of the plane are always in - * gameRect/planeRect. - */ - int16 _width, _height; - /** * For planes that are used to render picture data, the * resource ID of the picture to be displayed. This @@ -135,10 +125,6 @@ private: */ bool _pictureChanged; - // TODO: Are these ever actually used? - int _field_34, _field_38; // probably a point or ratio - int _field_3C, _field_40; // probably a point or ratio - /** * Converts the dimensions of the game rect used by * scripts to the dimensions of the plane rect used to -- cgit v1.2.3