File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
services/static-webserver/client/source/class/osparc/store Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments