@@ -27,7 +27,6 @@ |
||
27 | 27 | use ApacheSolrForTypo3\Solr\NoSolrConnectionFoundException; |
28 | 28 | use ApacheSolrForTypo3\Solr\Site; |
29 | 29 | use ApacheSolrForTypo3\Solr\SolrService; |
30 | -use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration; |
|
31 | 30 | use ApacheSolrForTypo3\Solr\System\Page\Rootline; |
32 | 31 | use TYPO3\CMS\Backend\Routing\UriBuilder; |
33 | 32 | use TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface; |
@@ -27,7 +27,6 @@ |
||
27 | 27 | |
28 | 28 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
29 | 29 | use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer; |
30 | -use TYPO3\CMS\Frontend\ContentObject\TextContentObject; |
|
31 | 30 | |
32 | 31 | /** |
33 | 32 | * StdWrap Service that can be used to apply the ContentObjectRenderer stdWrap functionality on data. |