From b7487c8aa55c016979ca5f6f7c0af2de035a5ecd Mon Sep 17 00:00:00 2001
From: Benni Mack <benni@typo3.org>
Date: Wed, 23 Dec 2015 20:02:48 +0100
Subject: [PATCH] [TASK] Remove references to MOD array

Resolves: #72429
Releases: master
Change-Id: I6d63b313ac4d7289dd44da4e153d0d71ece88467
Reviewed-on: https://review.typo3.org/45426
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
---
 typo3/sysext/core/Configuration/DefaultConfiguration.php    | 1 -
 ...ScriptTemplateConstantEditorModuleFunctionController.php | 6 ------
 .../Controller/TypoScriptTemplateModuleController.php       | 2 --
 3 files changed, 9 deletions(-)

diff --git a/typo3/sysext/core/Configuration/DefaultConfiguration.php b/typo3/sysext/core/Configuration/DefaultConfiguration.php
index 8992ae2b047d..db635e48a047 100644
--- a/typo3/sysext/core/Configuration/DefaultConfiguration.php
+++ b/typo3/sysext/core/Configuration/DefaultConfiguration.php
@@ -1145,7 +1145,6 @@ return array(
             )
         )
     ),
-    'MODS' => array(),
     'USER' => array(),
     'SC_OPTIONS' => array(
         // Here you can more or less freely define additional configuration for scripts in TYPO3. Of course the features supported depends on the script. See documentation "Inside TYPO3" for examples. Keys in the array are the relative path of a script (for output scripts it should be the "script ID" as found in a comment in the HTML header ) and values can then be anything that scripts wants to define for itself. The key "GLOBAL" is reserved.
diff --git a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
index f8700ae8e27e..0960c321813a 100644
--- a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
+++ b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
@@ -26,12 +26,6 @@ use TYPO3\CMS\Frontend\Page\PageRepository;
 
 /**
  * TypoScript Constant editor
- *
- * Module Include-file
- *
- * $GLOBALS['TYPO3_CONF_VARS']['MODS']['web_ts']['onlineResourceDir'] = 'fileadmin/fonts/';
- * // This is the path (must be in "fileadmin/" !!) where the web_ts/constant-editor submodule fetches online resources.
- * Put fonts (ttf) and standard images here!
  */
 class TypoScriptTemplateConstantEditorModuleFunctionController extends AbstractFunctionModule
 {
diff --git a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
index 30843bc134c8..add2244711c6 100755
--- a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
+++ b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
@@ -32,8 +32,6 @@ use TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper;
 
 /**
  * Module: TypoScript Tools
- *
- * $TYPO3_CONF_VARS["MODS"]["web_ts"]["onlineResourceDir"]  = Directory of default resources. Eg. "fileadmin/res/" or so.
  */
 class TypoScriptTemplateModuleController extends BaseScriptClass
 {
-- 
GitLab