Revert "part deletion handling"

This reverts commit 6ab2002021ac1df26ebe77f488f5cd94e1df0b26.
This commit is contained in:
Alexander Golubev
2015-08-31 01:33:54 +03:00
committed by Stefan Tröger
parent e26c6174ac
commit ade1dec103
13 changed files with 19 additions and 63 deletions

View File

@@ -45,10 +45,7 @@ PROPERTY_SOURCE(App::Origin, App::GeoFeatureGroup)
Origin::Origin(void)
{
//placement can't be changed
Placement.StatusBits.set(3, true);
//origin can not be deleted by user
StatusBits.set(ObjectStatus::Undeletable, true);
}
Origin::~Origin(void)