File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
services/static-webserver/client/source/class/osparc/utils Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ qx.Class.define("osparc.utils.DisabledPlugins", {
3030 META_MODELING : "WEBSERVER_META_MODELING" ,
3131 FUNCTIONS : "WEBSERVER_FUNCTIONS" ,
3232 LICENSES : "WEBSERVER_LICENSES" ,
33- FUNCTIONS : "WEBSERVER_FUNCTIONS" ,
3433
3534 isExportDisabled : function ( ) {
3635 return this . __isPluginDisabled ( this . EXPORT ) ;
@@ -58,10 +57,6 @@ qx.Class.define("osparc.utils.DisabledPlugins", {
5857 return this . __isPluginDisabled ( this . LICENSES ) ;
5958 } ,
6059
61- isFunctionsDisabled : function ( ) {
62- return this . __isPluginDisabled ( this . FUNCTIONS ) ;
63- } ,
64-
6560 __isPluginDisabled : function ( key ) {
6661 const statics = osparc . store . Store . getInstance ( ) . get ( "statics" ) ;
6762 if ( statics ) {
You can’t perform that action at this time.
0 commit comments