aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/object.h')
-rw-r--r--scumm/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/object.h b/scumm/object.h
index 78cfc811ff..a50933c3d5 100644
--- a/scumm/object.h
+++ b/scumm/object.h
@@ -165,7 +165,6 @@ struct ImageHeader { /* file format */
struct FindObjectInRoom {
const CodeHeader *cdhd;
const byte *obcd;
- const ImageHeader *imhd;
const byte *obim;
const byte *roomptr;
};