aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/runtime.h')
-rw-r--r--engines/dreamweb/runtime.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/dreamweb/runtime.h b/engines/dreamweb/runtime.h
index 72b11c6df5..cd171a04c7 100644
--- a/engines/dreamweb/runtime.h
+++ b/engines/dreamweb/runtime.h
@@ -289,12 +289,6 @@ public:
_freeSegments.push_back(id);
}
- SegmentRef segRef(uint16 seg) {
- SegmentRef result(this);
- result = seg;
- return result;
- }
-
inline void _cmp(uint8 a, uint8 b) {
_sub(a, b);
}