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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/engine/seg_manager.h b/engines/sci/engine/seg_manager.h
index 4e7ae1d765..f68fa6a23a 100644
--- a/engines/sci/engine/seg_manager.h
+++ b/engines/sci/engine/seg_manager.h
@@ -249,11 +249,6 @@ public:
// Returns : (int16) The value read from the specified location
int16 getHeap(reg_t reg);
- // Writes a 16 bit value into a script's heap representation
- // Parameters: (reg_t) reg: The address to write to
- // (int16) value: The value to write
- //void putHeap(reg_t reg, int16 value);
-
// Copies a byte string into a script's heap representation
// Parameters: (int) dst: The script-relative offset of the destination area
// (const void *) src: Pointer to the data source location