mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[TASK] Remove unused use statements
Several classes include unused use statements. This patch removes those statements or uses them in their code. Resolves: #59997 Releases: 6.3 Change-Id: I5890a80bcee96976e3c35d967db8c53a9c11b002 Reviewed-on: https://review.typo3.org/31245 Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Oliver Klee Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
This commit is contained in:
parent
5c1d2cd3c9
commit
32239ee71a
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ namespace TYPO3\CMS\Feedit;
|
|||
*
|
||||
* The TYPO3 project - inspiring people to share!
|
||||
*/
|
||||
use TYPO3\CMS\Backend\Sprite\SpriteManager;
|
||||
use TYPO3\CMS\Backend\Utility\IconUtility;
|
||||
|
||||
use TYPO3\CMS\Core\Utility\GeneralUtility;
|
||||
|
|
Loading…
Reference in a new issue