From: Matthias Schmidt Date: Sat, 7 May 2016 13:28:20 +0000 (+0200) Subject: Remove unused imports X-Git-Tag: 3.0.0_Beta_1~1755 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3c0e33c564331bbf1a85d9866295676ceffb05b0;p=GitHub%2FWoltLab%2FWCF.git Remove unused imports --- diff --git a/wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php b/wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php index af041af17c..58342a686d 100644 --- a/wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php +++ b/wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php @@ -3,7 +3,6 @@ namespace wcf\action; use wcf\system\exception\AJAXException; use wcf\system\exception\IllegalLinkException; use wcf\system\exception\InvalidSecurityTokenException; -use wcf\system\exception\LoggedException; use wcf\system\exception\NamedUserException; use wcf\system\exception\PermissionDeniedException; use wcf\system\exception\SystemException; diff --git a/wcfsetup/install/files/lib/form/LoginForm.class.php b/wcfsetup/install/files/lib/form/LoginForm.class.php index 9a998ebd7c..03e03def32 100644 --- a/wcfsetup/install/files/lib/form/LoginForm.class.php +++ b/wcfsetup/install/files/lib/form/LoginForm.class.php @@ -4,7 +4,6 @@ use wcf\system\request\LinkHandler; use wcf\system\user\authentication\UserAuthenticationFactory; use wcf\system\WCF; use wcf\util\HeaderUtil; -use wcf\util\UserUtil; /** * Shows the user login form. diff --git a/wcfsetup/install/files/lib/system/cache/builder/MostActiveMembersCacheBuilder.class.php b/wcfsetup/install/files/lib/system/cache/builder/MostActiveMembersCacheBuilder.class.php index ca5b799007..e6ab5832bb 100644 --- a/wcfsetup/install/files/lib/system/cache/builder/MostActiveMembersCacheBuilder.class.php +++ b/wcfsetup/install/files/lib/system/cache/builder/MostActiveMembersCacheBuilder.class.php @@ -1,6 +1,5 @@ * @package com.woltlab.wcf * @subpackage acp.package.plugin * @category Community Framework + * @since 2.2 */ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin { /** diff --git a/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php index 49149edc6f..9a45d00764 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php @@ -1,6 +1,5 @@