Remove unused imports
authorMatthias Schmidt <gravatronics@live.com>
Sat, 23 May 2020 05:48:34 +0000 (07:48 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 23 May 2020 05:48:34 +0000 (07:48 +0200)
wcfsetup/install/files/lib/acp/form/UserGroupOptionForm.class.php
wcfsetup/install/files/lib/acp/page/IndexPage.class.php
wcfsetup/install/files/lib/data/AbstractDatabaseObjectAction.class.php
wcfsetup/install/files/lib/data/moderation/queue/ModerationQueueAction.class.php
wcfsetup/install/files/lib/page/AbstractAuthedPage.class.php
wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserFollowFollowingUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserRegistrationUserNotificationEvent.class.php

index 69a4f5a8bc381cf307936aeba361d70351ce1dfe..59a2f1e475b62f7802868d29c4d0b177e87c78d1 100644 (file)
@@ -14,7 +14,6 @@ use wcf\system\exception\SystemException;
 use wcf\system\exception\UserInputException;
 use wcf\system\option\user\group\IUserGroupGroupOptionType;
 use wcf\system\option\user\group\IUserGroupOptionType;
-use wcf\system\option\user\group\UserGroupOptionHandler;
 use wcf\system\WCF;
 use wcf\system\WCFACP;
 
@@ -22,7 +21,7 @@ use wcf\system\WCFACP;
  * Shows the user group option form to edit a single option.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2019 WoltLab GmbH
+ * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Acp\Form
  */
index daa34c18964b7e9118f28559e126566a92869b2e..9f43ca65a73ffeb93b8f34b1269a8ae7b1196b57 100755 (executable)
@@ -7,13 +7,12 @@ use wcf\system\io\RemoteFile;
 use wcf\system\package\PackageInstallationDispatcher;
 use wcf\system\request\LinkHandler;
 use wcf\system\WCF;
-use wcf\util\StringUtil;
 
 /**
  * Shows the welcome page in admin control panel.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2019 WoltLab GmbH
+ * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Acp\Page
  */
index ab629363c2d73d0ac6d7e8d7421bda3622725ca2..510268aed87863d4a7437ed7ae3265a3454c7b6d 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 namespace wcf\data;
-use wcf\system\database\util\PreparedStatementConditionBuilder;
 use wcf\system\event\EventHandler;
 use wcf\system\exception\PermissionDeniedException;
 use wcf\system\exception\SystemException;
@@ -15,7 +14,7 @@ use wcf\util\StringUtil;
  * Default implementation for DatabaseObject-related actions.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2019 WoltLab GmbH
+ * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data
  */
index 26baf987b13d010ecc2a7ba64b1c8b38bd7f1611..b271d12e7e33931e93c0af6b01eb432bf371eb33 100644 (file)
@@ -7,7 +7,6 @@ use wcf\system\database\util\PreparedStatementConditionBuilder;
 use wcf\system\exception\PermissionDeniedException;
 use wcf\system\exception\UserInputException;
 use wcf\system\moderation\queue\ModerationQueueManager;
-use wcf\system\request\LinkHandler;
 use wcf\system\user\storage\UserStorageHandler;
 use wcf\system\visitTracker\VisitTracker;
 use wcf\system\WCF;
@@ -16,7 +15,7 @@ use wcf\system\WCF;
  * Executes moderation queue-related actions.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2019 WoltLab GmbH
+ * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Moderation\Queue
  * 
index 86ec3056f45dd256c9e2df41b0337e9cafaefc6c..5c3b1dafc8ac0c1d9c5baddfb016fe4ef87b4937 100644 (file)
@@ -4,14 +4,13 @@ use wcf\data\user\User;
 use wcf\system\exception\IllegalLinkException;
 use wcf\system\session\SessionHandler;
 use wcf\system\WCF;
-use wcf\util\StringUtil;
 
 /**
  * Automatically authes the user for the current request via an access-token.
  * A missing token will be ignored, an invalid token results in a throw of a IllegalLinkException.
  * 
  * @author     Tim Duesterhus
- * @copyright  2001-2019 WoltLab GmbH
+ * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Page
  */
index 97d19c07726cce8167a2cdecbde7cd3c5fd775cb..9452a6c2cb9125c5bd2d2b01b2b866787123ea4e 100644 (file)
@@ -6,7 +6,6 @@ use wcf\data\object\type\ObjectTypeEditor;
 use wcf\data\DatabaseObjectList;
 use wcf\data\page\PageNode;
 use wcf\data\page\PageNodeTree;
-use wcf\data\user\group\option\UserGroupOption;
 use wcf\system\application\ApplicationHandler;
 use wcf\system\condition\AbstractIntegerCondition;
 use wcf\system\condition\UserGroupCondition;
@@ -42,7 +41,7 @@ use wcf\util\DirectoryUtil;
  * Installs, updates and deletes object types.
  * 
  * @author     Alexander Ebert, Matthias Schmidt
- * @copyright  2001-2019 WoltLab GmbH
+ * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Acp\Package\Plugin
  */
index 5fa814159db02c13a44c9942c872fec1e26cf878..ce96adc2262c2f481882f020b3402230087a85b6 100644 (file)
@@ -3,7 +3,6 @@ namespace wcf\system\user\notification\event;
 use wcf\data\user\follow\UserFollow;
 use wcf\data\user\follow\UserFollowAction;
 use wcf\data\user\UserProfile;
-use wcf\system\request\LinkHandler;
 use wcf\system\user\notification\object\IUserNotificationObject;
 use wcf\system\user\notification\object\UserFollowUserNotificationObject;
 
@@ -11,7 +10,7 @@ use wcf\system\user\notification\object\UserFollowUserNotificationObject;
  * Notification event for followers.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2019 WoltLab GmbH
+ * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\User\Notification\Event
  * 
index 105573c00dab7a028e5ae16de80340d3c28433af..5c51349a44b9d1b3801f79525f0dd1c0cb17d619 100644 (file)
@@ -1,19 +1,18 @@
 <?php
 namespace wcf\system\user\notification\event;
 use wcf\data\user\UserProfile;
-use wcf\system\request\LinkHandler;
 use wcf\system\user\notification\object\UserFollowUserNotificationObject;
 use wcf\system\user\notification\object\UserRegistrationUserNotificationObject;
 
 /**
  * Notification event for new user registrations.
- *
+ * 
  * @author     Marcel Werk
- * @copyright  2001-2019 WoltLab GmbH
+ * @copyright  2001-2020 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\User\Notification\Event
  * @since       5.2
- *
+ * 
  * @method     UserRegistrationUserNotificationObject  getUserNotificationObject()
  */
 class UserRegistrationUserNotificationEvent extends AbstractUserNotificationEvent implements ITestableUserNotificationEvent {