Skip to content

Commit 160fe82

Browse files
committed
Remove duplicate definition
1 parent 2383a83 commit 160fe82

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ext_localconf.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@
3131
['name' => 'search']
3232
);
3333

34-
/*
35-
* Register icons
36-
*/
37-
/** @var IconRegistry $iconRegistry */
38-
$iconRegistry = GeneralUtility::makeInstance(IconRegistry::class);
39-
$iconRegistry->registerIcon(
40-
'ext-find-ce-wizard',
41-
FontawesomeIconProvider::class,
42-
['name' => 'search']
43-
);
44-
4534
ExtensionManagementUtility::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source="FILE:EXT:find/Configuration/TSconfig/ContentElementWizard.tsconfig">');
4635
};
4736
$autoexec();

0 commit comments

Comments
 (0)