From 69eb86f97df98a069cdc82246feb3bb0d0723c88 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Fri, 13 Jul 2018 09:08:10 +0200 Subject: [PATCH] Remove unused imports See #2545 --- .../plugin/ACPSearchProviderPackageInstallationPlugin.class.php | 1 - .../package/plugin/CoreObjectPackageInstallationPlugin.class.php | 1 - .../package/plugin/MenuItemPackageInstallationPlugin.class.php | 1 - .../ObjectTypeDefinitionPackageInstallationPlugin.class.php | 1 - .../system/package/plugin/PIPPackageInstallationPlugin.class.php | 1 - .../plugin/TemplateListenerPackageInstallationPlugin.class.php | 1 - .../UserNotificationEventPackageInstallationPlugin.class.php | 1 - .../plugin/UserProfileMenuPackageInstallationPlugin.class.php | 1 - 8 files changed, 8 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/plugin/ACPSearchProviderPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ACPSearchProviderPackageInstallationPlugin.class.php index 1ed2ff7d8a..0ae3fb86c5 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ACPSearchProviderPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ACPSearchProviderPackageInstallationPlugin.class.php @@ -4,7 +4,6 @@ namespace wcf\system\package\plugin; use wcf\data\acp\search\provider\ACPSearchProviderEditor; use wcf\data\acp\search\provider\ACPSearchProviderList; use wcf\system\cache\builder\ACPSearchProviderCacheBuilder; -use wcf\system\devtools\pip\DevtoolsPipEntryList; use wcf\system\devtools\pip\IDevtoolsPipEntryList; use wcf\system\devtools\pip\IGuiPackageInstallationPlugin; use wcf\system\devtools\pip\TXmlGuiPackageInstallationPlugin; diff --git a/wcfsetup/install/files/lib/system/package/plugin/CoreObjectPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/CoreObjectPackageInstallationPlugin.class.php index d13512128d..aa62c24466 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/CoreObjectPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/CoreObjectPackageInstallationPlugin.class.php @@ -4,7 +4,6 @@ namespace wcf\system\package\plugin; use wcf\data\core\object\CoreObjectEditor; use wcf\data\core\object\CoreObjectList; use wcf\system\cache\builder\CoreObjectCacheBuilder; -use wcf\system\devtools\pip\DevtoolsPipEntryList; use wcf\system\devtools\pip\IDevtoolsPipEntryList; use wcf\system\devtools\pip\IGuiPackageInstallationPlugin; use wcf\system\devtools\pip\TXmlGuiPackageInstallationPlugin; diff --git a/wcfsetup/install/files/lib/system/package/plugin/MenuItemPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/MenuItemPackageInstallationPlugin.class.php index 8eb760da83..e79ad25113 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/MenuItemPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/MenuItemPackageInstallationPlugin.class.php @@ -16,7 +16,6 @@ use wcf\system\exception\SystemException; use wcf\system\form\builder\container\FormContainer; use wcf\system\form\builder\field\dependency\ValueFormFieldDependency; use wcf\system\form\builder\field\IntegerFormField; -use wcf\system\form\builder\field\IsDisabledFormField; use wcf\system\form\builder\field\RadioButtonFormField; use wcf\system\form\builder\field\SingleSelectionFormField; use wcf\system\form\builder\field\TextFormField; diff --git a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypeDefinitionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypeDefinitionPackageInstallationPlugin.class.php index d8404f7d4c..f2f05fa30f 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypeDefinitionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypeDefinitionPackageInstallationPlugin.class.php @@ -3,7 +3,6 @@ declare(strict_types=1); namespace wcf\system\package\plugin; use wcf\data\object\type\definition\ObjectTypeDefinitionEditor; use wcf\data\object\type\ObjectTypeCache; -use wcf\system\devtools\pip\DevtoolsPipEntryList; use wcf\system\devtools\pip\IDevtoolsPipEntryList; use wcf\system\devtools\pip\IGuiPackageInstallationPlugin; use wcf\system\devtools\pip\TXmlGuiPackageInstallationPlugin; diff --git a/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php index e9f53ff73c..c64dbbb301 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php @@ -3,7 +3,6 @@ declare(strict_types=1); namespace wcf\system\package\plugin; use wcf\data\package\installation\plugin\PackageInstallationPluginEditor; use wcf\data\package\installation\plugin\PackageInstallationPluginList; -use wcf\system\devtools\pip\DevtoolsPipEntryList; use wcf\system\devtools\pip\IDevtoolsPipEntryList; use wcf\system\devtools\pip\IGuiPackageInstallationPlugin; use wcf\system\devtools\pip\TXmlGuiPackageInstallationPlugin; diff --git a/wcfsetup/install/files/lib/system/package/plugin/TemplateListenerPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/TemplateListenerPackageInstallationPlugin.class.php index 0b7ab8e977..6c212a1703 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/TemplateListenerPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/TemplateListenerPackageInstallationPlugin.class.php @@ -8,7 +8,6 @@ use wcf\data\template\listener\TemplateListenerList; use wcf\data\template\Template; use wcf\data\template\TemplateList; use wcf\system\cache\builder\TemplateListenerCodeCacheBuilder; -use wcf\system\devtools\pip\DevtoolsPipEntryList; use wcf\system\devtools\pip\IDevtoolsPipEntryList; use wcf\system\devtools\pip\IGuiPackageInstallationPlugin; use wcf\system\devtools\pip\TXmlGuiPackageInstallationPlugin; diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php index f9356f3de9..00d1d5d269 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php @@ -5,7 +5,6 @@ use wcf\data\object\type\ObjectTypeCache; use wcf\data\user\notification\event\UserNotificationEvent; use wcf\data\user\notification\event\UserNotificationEventEditor; use wcf\data\user\notification\event\UserNotificationEventList; -use wcf\system\devtools\pip\DevtoolsPipEntryList; use wcf\system\devtools\pip\IDevtoolsPipEntryList; use wcf\system\devtools\pip\IGuiPackageInstallationPlugin; use wcf\system\devtools\pip\TXmlGuiPackageInstallationPlugin; diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php index 891d9fc247..4176df0a6a 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php @@ -3,7 +3,6 @@ declare(strict_types=1); namespace wcf\system\package\plugin; use wcf\data\user\profile\menu\item\UserProfileMenuItemEditor; use wcf\data\user\profile\menu\item\UserProfileMenuItemList; -use wcf\system\devtools\pip\DevtoolsPipEntryList; use wcf\system\devtools\pip\IDevtoolsPipEntryList; use wcf\system\devtools\pip\IGuiPackageInstallationPlugin; use wcf\system\devtools\pip\TXmlGuiPackageInstallationPlugin; -- 2.20.1