Skip to content

Commit a6a7d28

Browse files
committed
unused
1 parent 0a3bec6 commit a6a7d28

File tree

1 file changed

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

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ qx.Class.define("osparc.store.Functions", {
1919
type: "static",
2020

2121
statics: {
22-
__functions: null,
23-
__functionsPromiseCached: null,
24-
2522
__createFunctionData: function(templateData, name, description, defaultInputs = {}, exposedInputs = {}, exposedOutputs = {}) {
2623
const functionData = {
2724
"projectId": templateData["uuid"],
@@ -223,12 +220,5 @@ qx.Class.define("osparc.store.Functions", {
223220
throw err;
224221
});
225222
},
226-
227-
invalidateFunctions: function() {
228-
this.__functions = null;
229-
if (this.__functionsPromiseCached) {
230-
this.__functionsPromiseCached = null;
231-
}
232-
},
233223
}
234224
});

0 commit comments

Comments
 (0)