Skip to content

Commit 5cf2e75

Browse files
committed
not needed
1 parent b2062ce commit 5cf2e75

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

services/static-webserver/client/source/class/osparc/navigation/StudyTitleWOptions.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,6 @@ qx.Class.define("osparc.navigation.StudyTitleWOptions", {
8989
});
9090
control.addListener("execute", () => this.__convertToPipelineClicked(), this);
9191
break;
92-
case "study-menu-restore":
93-
control = new qx.ui.menu.Button().set({
94-
label: this.tr("Restore"),
95-
icon: osparc.theme.common.Image.URLS["window-restore"] + "/20",
96-
});
97-
control.addListener("execute", () => {
98-
this.getStudy().getUi().setMode("workbench");
99-
});
100-
break;
10192
case "study-menu-open-logger":
10293
control = new qx.ui.menu.Button().set({
10394
label: this.tr("Platform Logs..."),

0 commit comments

Comments
 (0)