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:
parent
f413356bed
commit
88a9099949
3 changed files with 1 additions and 16 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue