From dd48d827a1bffe3825ecc2a34bedb7a641d92613 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 12 Nov 2019 11:31:46 +0100 Subject: [sysconfig/runmode] Remove "noSysconfig" functionality Was of limited use and not properly implemented anyways. --- modules-available/runmode/inc/runmode.inc.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules-available/runmode') diff --git a/modules-available/runmode/inc/runmode.inc.php b/modules-available/runmode/inc/runmode.inc.php index 174fb675..96f532d7 100644 --- a/modules-available/runmode/inc/runmode.inc.php +++ b/modules-available/runmode/inc/runmode.inc.php @@ -271,10 +271,6 @@ class RunModeModuleConfig * @var bool Consider this a normal client that should e.g. be shown in client statistics by default */ public $isClient = false; - /** - * @var bool If true, config.tgz should not be downloaded by the client - */ - public $noSysconfig = false; /** * @var bool Allow adding and removing machines to this mode via the generic form */ @@ -300,7 +296,6 @@ class RunModeModuleConfig $this->loadType($data, 'getModeName', 'string'); $this->loadType($data, 'configHook', 'string'); $this->loadType($data, 'isClient', 'boolean'); - $this->loadType($data, 'noSysconfig', 'boolean'); $this->loadType($data, 'allowGenericEditor', 'boolean'); $this->loadType($data, 'deleteUrlSnippet', 'string'); $this->loadType($data, 'permission', 'string'); -- cgit v1.2.3-55-g7522