From 4acb7b0ec4533d7cfac45e41169d562d53995648 Mon Sep 17 00:00:00 2001
From: Tim Wagner <tim.wagner@sgalinski.de>
Date: Thu, 13 Aug 2020 18:54:06 +0200
Subject: [PATCH] [BUGFIX] Remove extension setting using deleted userFunc

The userFunc was removed with dc00dbc100b509b7b00e35ff549c47955bd6af71.
It used internal TYPO3 functions to display a simple list of the
available mail templates, so deleting the setting entirely should have no negative impact.
---
 ext_conf_template.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ext_conf_template.txt b/ext_conf_template.txt
index b05f8e8b..bd862990 100644
--- a/ext_conf_template.txt
+++ b/ext_conf_template.txt
@@ -4,8 +4,5 @@ excludeTemplatesAllDomains =
 # cat=general; type=string; label=LLL:EXT:sg_mail/Resources/Private/Language/locallang.xlf:configuration.excludeTemplates
 excludeTemplates =
 
-# cat=general; type=user[SGalinski\SgMail\UserFunc\ExtensionConfiguration->displayTemplates]; label=LLL:EXT:sg_mail/Resources/Private/Language/locallang.xlf:configuration.templateList
-templates =
-
 # cat=general; type=boolean; label=LLL:EXT:sg_mail/Resources/Private/Language/locallang.xlf:configuration.enableSecurity
 supportOldRegistrations = 0
-- 
GitLab