aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sprites.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-30 22:37:08 -0400
committerPaul Gilbert2014-03-30 22:37:08 -0400
commit195c53a68853db6a77c6a63d392968ba912cf2f4 (patch)
tree7f51904d890271eb76af6ea72c21f29204f46b1e /engines/mads/sprites.h
parent57f1c6e9d9ff82513205a1dc8ec05c335486759f (diff)
downloadscummvm-rg350-195c53a68853db6a77c6a63d392968ba912cf2f4.tar.gz
scummvm-rg350-195c53a68853db6a77c6a63d392968ba912cf2f4.tar.bz2
scummvm-rg350-195c53a68853db6a77c6a63d392968ba912cf2f4.zip
MADS: Added some missing code for scene change freeing
Diffstat (limited to 'engines/mads/sprites.h')
-rw-r--r--engines/mads/sprites.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h
index 2017961d29..a9b4e97d40 100644
--- a/engines/mads/sprites.h
+++ b/engines/mads/sprites.h
@@ -153,11 +153,6 @@ public:
void reset(bool flag = true);
/**
- * Delete any sprites used by the player
- */
- void releasePlayerSprites();
-
- /**
* Delete a sprite entry
* @param index Specifies the index in the array
*/