SCI: Remove unsafe unmarkDeleted function.

It did not undo all effects of a script being deleted (specifically its
superclasses remain unlocked), causing an inconsistent
state. Also removed EcoQuest CD hack that worked around a specific
instance of this problem.

svn-id: r44449
This commit is contained in:
Willem Jan Palenstijn 2009-09-28 20:21:09 +00:00
parent f413356bed
commit 88a9099949
3 changed files with 1 additions and 16 deletions

View file

@ -432,13 +432,6 @@ public:
_markedAsDeleted = true;
}
/**
* Marks the script as not deleted.
*/
void unmarkDeleted() {
_markedAsDeleted = false;
}
/**
* Determines whether the script is marked as being deleted.
*/