aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/segment.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-06-26 23:48:27 +0000
committerFilippos Karapetis2010-06-26 23:48:27 +0000
commit7a14846bdd99dc81a70baa43836282af47205e16 (patch)
treecbcf85e0b859d76c672bee99ef472302d790a31c /engines/sci/engine/segment.h
parent3cf0114164aa07cdd2ae557ea49cf59a31ea5f67 (diff)
downloadscummvm-rg350-7a14846bdd99dc81a70baa43836282af47205e16.tar.gz
scummvm-rg350-7a14846bdd99dc81a70baa43836282af47205e16.tar.bz2
scummvm-rg350-7a14846bdd99dc81a70baa43836282af47205e16.zip
Removed the misleading getHeap() function (only valid for SCI0-SCI1), plus removed some unused defines
svn-id: r50358
Diffstat (limited to 'engines/sci/engine/segment.h')
-rw-r--r--engines/sci/engine/segment.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h
index 58f016a654..24d27e367f 100644
--- a/engines/sci/engine/segment.h
+++ b/engines/sci/engine/segment.h
@@ -501,14 +501,6 @@ public:
*/
void mcpyInOut(int dst, const void *src, size_t n);
-
- /**
- * Retrieves a 16 bit value from within a script's heap representation.
- * @param offset offset to read from
- * @return the value read from the specified location
- */
- int16 getHeap(uint16 offset) const;
-
/**
* Finds the pointer where a block of a specific type starts from
*/