diff --git a/src/main/kotlin/com/github/chriskn/structurizrextension/api/model/Model.kt b/src/main/kotlin/com/github/chriskn/structurizrextension/api/model/Model.kt index 7107c30..7f26abc 100644 --- a/src/main/kotlin/com/github/chriskn/structurizrextension/api/model/Model.kt +++ b/src/main/kotlin/com/github/chriskn/structurizrextension/api/model/Model.kt @@ -8,14 +8,6 @@ import com.structurizr.model.Model import com.structurizr.model.Person import com.structurizr.model.SoftwareSystem import com.structurizr.model.StaticStructureElement -import com.structurizr.model.enterpriseNameProperty - -/** - * Stores the name of the enterprise this model belongs to if set - */ -var Model.enterpriseName: String? - set(name) { this.enterpriseNameProperty = name } - get() = this.enterpriseNameProperty private const val ENTERPRISE_NAME_PROPERTY = "enterprise:name"