From 04220f5d9f0ba164a66a2605b7467ac787e49e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Na=CC=88gler?= Date: Tue, 15 Sep 2015 18:55:07 +0200 Subject: [PATCH] [!!!][TASK] Deprecate IconUtility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Deprecate the IconUtility class from EXT:backend and handle its calls using the new IconFactory from EXT:core. Kudos to Benjamin Kott, Stephan Großberndt, Andreas Fernandez and Frans Saris for the great support on this big project. Resolves: #69057 Releases: master Change-Id: I27a045b7a3b9d31e6e3e915e1452d44af56b0cee Reviewed-on: http://review.typo3.org/42613 Reviewed-by: Andreas Fernandez Tested-by: Andreas Fernandez Reviewed-by: Benjamin Kott Tested-by: Benjamin Kott Reviewed-by: Stephan Großberndt Tested-by: Stephan Großberndt Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- Classes/FrontendEditPanel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/FrontendEditPanel.php b/Classes/FrontendEditPanel.php index 666db68..3b60905 100644 --- a/Classes/FrontendEditPanel.php +++ b/Classes/FrontendEditPanel.php @@ -15,7 +15,6 @@ namespace TYPO3\CMS\Feedit; */ use TYPO3\CMS\Backend\Utility\BackendUtility; -use TYPO3\CMS\Backend\Utility\IconUtility; use TYPO3\CMS\Backend\FrontendBackendUserAuthentication; use TYPO3\CMS\Core\Database\DatabaseConnection; use TYPO3\CMS\Core\Imaging\Icon;