Skip to content

Commit a69b93f

Browse files
committed
unused
1 parent 4533b90 commit a69b93f

File tree

1 file changed

+0
-8
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+0
-8
lines changed

services/static-webserver/client/source/class/osparc/data/model/StudyUI.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ qx.Class.define("osparc.data.model.StudyUI", {
3434
currentNodeId: studyDataUI && studyDataUI.currentNodeId ? studyDataUI.currentNodeId : this.initCurrentNodeId(),
3535
mode: studyDataUI && studyDataUI.mode ? studyDataUI.mode : this.initMode(),
3636
annotations: {},
37-
templateType: studyDataUI && studyDataUI.templateType ? studyDataUI.templateType : null,
3837
});
3938

4039
if ("annotations" in studyDataUI) {
@@ -84,13 +83,6 @@ qx.Class.define("osparc.data.model.StudyUI", {
8483
init: {},
8584
nullable: true
8685
},
87-
88-
templateType: {
89-
check: [null, "hypertool", "tutorial", "template"],
90-
init: null,
91-
nullable: true,
92-
event: "changeTemplateType",
93-
},
9486
},
9587

9688
statics: {

0 commit comments

Comments
 (0)