Skip to content

Commit

Permalink
[TASK] Remove not used namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
NarkNiro committed Feb 15, 2024
1 parent cadacef commit ff4897b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Classes/Hooks/AbstractTranslateHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public function translateContent(
* @param string $id
* @param mixed $value
* @param int $pasteUpdate
* @return void
*/
public function processCmdmap(
string $command,
Expand Down
3 changes: 0 additions & 3 deletions Classes/Hooks/TranslateHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@

use TYPO3\CMS\Core\Core\Environment;
use TYPO3\CMS\Core\DataHandling\DataHandler;
use TYPO3\CMS\Core\Information\Typo3Version;
use TYPO3\CMS\Core\Messaging\AbstractMessage;
use TYPO3\CMS\Core\Messaging\FlashMessage;
use TYPO3\CMS\Core\Messaging\FlashMessageService;
use TYPO3\CMS\Core\Type\ContextualFeedbackSeverity;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use WebVision\WvDeepltranslate\Exception\LanguageIsoCodeNotFoundException;
use WebVision\WvDeepltranslate\Exception\LanguageRecordNotFoundException;
Expand Down

0 comments on commit ff4897b

Please sign in to comment.