Skip to content

Commit 73c6692

Browse files
committed
not needed
1 parent 6aba3cd commit 73c6692

File tree

1 file changed

+0
-15
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+0
-15
lines changed

services/static-webserver/client/source/class/osparc/store/Functions.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,6 @@ qx.Class.define("osparc.store.Functions", {
108108
.catch(err => osparc.FlashMessenger.logError(err));
109109
},
110110

111-
fetchFunction: function(functionId) {
112-
return osparc.store.Study.getInstance().getOne(functionId)
113-
.catch(err => console.error(err));
114-
},
115-
116-
getFunction: function(functionId) {
117-
if (this.__functions) {
118-
const func = this.__functions.find(t => t["functionId"] === functionId);
119-
if (func) {
120-
return new osparc.data.model.Function(func);
121-
}
122-
}
123-
return null;
124-
},
125-
126111
invalidateFunctions: function() {
127112
this.__functions = null;
128113
if (this.__functionsPromiseCached) {

0 commit comments

Comments
 (0)