From 1a6657871e5a105848c82629e96124a3cc076f10 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 12 Aug 2016 21:35:20 +0200 Subject: [PATCH] Removed obsolete imports --- wcfsetup/install/files/lib/form/MessageForm.class.php | 3 --- wcfsetup/install/files/lib/form/NewPasswordForm.class.php | 1 - 2 files changed, 4 deletions(-) diff --git a/wcfsetup/install/files/lib/form/MessageForm.class.php b/wcfsetup/install/files/lib/form/MessageForm.class.php index 321a4ca106..065817f592 100644 --- a/wcfsetup/install/files/lib/form/MessageForm.class.php +++ b/wcfsetup/install/files/lib/form/MessageForm.class.php @@ -6,14 +6,11 @@ use wcf\data\smiley\Smiley; use wcf\data\smiley\SmileyCache; use wcf\system\attachment\AttachmentHandler; use wcf\system\bbcode\BBCodeHandler; -use wcf\system\bbcode\BBCodeParser; -use wcf\system\bbcode\PreParser; use wcf\system\exception\UserInputException; use wcf\system\html\input\HtmlInputProcessor; use wcf\system\language\LanguageFactory; use wcf\system\message\censorship\Censorship; use wcf\system\WCF; -use wcf\util\ArrayUtil; use wcf\util\MessageUtil; use wcf\util\StringUtil; diff --git a/wcfsetup/install/files/lib/form/NewPasswordForm.class.php b/wcfsetup/install/files/lib/form/NewPasswordForm.class.php index 7912bf6434..5f9c511f70 100644 --- a/wcfsetup/install/files/lib/form/NewPasswordForm.class.php +++ b/wcfsetup/install/files/lib/form/NewPasswordForm.class.php @@ -3,7 +3,6 @@ namespace wcf\form; use wcf\data\user\User; use wcf\data\user\UserAction; use wcf\data\user\UserEditor; -use wcf\page\AbstractPage; use wcf\system\exception\IllegalLinkException; use wcf\system\exception\UserInputException; use wcf\system\request\LinkHandler; -- 2.20.1