1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 06:09:42 +00:00

removed a redundant function call

This commit is contained in:
Marc Zinnschlag 2013-02-23 12:05:09 +01:00
parent 8be789a81f
commit c9ca565462

View file

@ -236,7 +236,6 @@ void CSVDoc::View::addGmstsSubView()
void CSVDoc::View::abortOperation (int type)
{
mDocument->abortOperation (type);
mOperations->quitOperation (type);
updateActions();
}