aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/seg_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/seg_manager.h')
-rw-r--r--engines/sci/engine/seg_manager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/engine/seg_manager.h b/engines/sci/engine/seg_manager.h
index 75e75d2c90..9ebdd60837 100644
--- a/engines/sci/engine/seg_manager.h
+++ b/engines/sci/engine/seg_manager.h
@@ -186,12 +186,6 @@ public:
// objects have been instantiated, or a run-time error will occur.
void scriptRelocate(reg_t block);
- // Deallocates all unused but allocated entries for objects
- // Parameters: (SegmentId) segid: segment of the script to prune in this way
- // These entries are created during script instantiation; deallocating them
- // frees up some additional memory.
- void scriptFreeUnusedObjects(SegmentId segid);
-
// Sets the script-relative offset of the exports table
// Parameters: (int) offset: The script-relative exports table offset
// (int) id: ID of the script or script segment to write to