diff --git a/ext_tables.php b/ext_tables.php
index eaa1b09b6fcb0ca973c00307f170a077c1bf5774..5c0fdb8d1c7438a21181b615e37c919823972a25 100644
--- a/ext_tables.php
+++ b/ext_tables.php
@@ -56,7 +56,6 @@ $TCA['tt_content']['types']['list']['subtypes_addlist'][$pluginSignature] = 'pi_
 // Define the new doktypes
 /** @var \TYPO3\CMS\Core\Imaging\IconRegistry $iconRegistry */
 $iconRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Imaging\IconRegistry::class);
-$relativeExtensionPath = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('sg_news');
 
 ###################################
 ### Define the Category Doktype ###