aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 00e8e27a49..ae46abfc6a 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -193,8 +193,6 @@ struct BompDrawData {
int srcwidth, srcheight;
uint16 shadowMode;
- int32 scaleRight, scaleBottom;
- byte *scalingXPtr, *scalingYPtr;
byte *maskPtr;
BompDrawData() { memset(this, 0, sizeof(*this)); }