aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 9f7c23181c..9b8d823491 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -77,8 +77,6 @@ struct SetObject {
uint8 b3;
uint8 b4;
uint8 priority;
- uint16 w4() const { return READ_LE_UINT16(&b4); }
- void setW4(uint16 v) { WRITE_LE_UINT16(&b4, v); }
uint8 b6;
uint8 delay;
uint8 type;
@@ -126,9 +124,6 @@ struct DynObject {
uint8 mapad[5];
uint8 b7;
uint8 b8;
- uint16 w7() const { return READ_LE_UINT16(&b7); }
- void setW7(uint16 v) { WRITE_LE_UINT16(&b7, v); }
-
uint8 b9;
uint8 b10;
uint8 initialLocation;