rename method from remObject to removeObject to be more readable

This commit is contained in:
wmayer
2017-09-13 18:57:38 +02:00
parent 52ef3a5d19
commit 712966ff50
12 changed files with 17 additions and 17 deletions

View File

@@ -175,7 +175,7 @@ void Origin::unsetupObject () {
const auto &objsLnk = OriginFeatures.getValues ();
if ( std::find(objsLnk.begin(), objsLnk.end(), obj) != objsLnk.end()) {
if ( ! obj->isRemoving() ) {
obj->getDocument()->remObject (obj->getNameInDocument());
obj->getDocument()->removeObject (obj->getNameInDocument());
}
}
}