Remove unused imports
authorMatthias Schmidt <gravatronics@live.com>
Mon, 15 Aug 2016 19:35:05 +0000 (21:35 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 15 Aug 2016 19:35:05 +0000 (21:35 +0200)
wcfsetup/install/files/lib/acp/form/StyleExportForm.class.php
wcfsetup/install/files/lib/data/article/LikeableArticle.class.php
wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseOwnerUserNotificationEvent.class.php

index 50369031b2ae812179251488e4f87be2fa84976c..3b93f3c82eba33adc10f99b440c1136e2ac986f9 100644 (file)
@@ -5,7 +5,6 @@ use wcf\data\style\StyleEditor;
 use wcf\form\AbstractForm;
 use wcf\system\exception\IllegalLinkException;
 use wcf\system\WCF;
-use wcf\util\StringUtil;
 
 /**
  * Shows the style export form.
index 8934374c4bb2e1533ae32ccb4a45a334b11b9efd..76ad112475d10eff8469557269b8b4d095fc6637 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 namespace wcf\data\article;
 use wcf\data\like\object\AbstractLikeObject;
-use wcf\data\like\Like;
 
 /**
  * Likeable object implementation for cms articles.
index 8268495eee71cee58311fa08f71e356ca4093110..dd02342fd4c506af9c0f557d83a9929eaa84e26c 100644 (file)
@@ -3,7 +3,6 @@ namespace wcf\system\background;
 use wcf\data\user\User;
 use wcf\system\background\job\AbstractBackgroundJob;
 use wcf\system\exception\ParentClassException;
-use wcf\system\exception\SystemException;
 use wcf\system\session\SessionHandler;
 use wcf\system\SingletonFactory;
 use wcf\system\WCF;
index aec85c19f647309b2ff1fafc0078e6f8d29f423c..64a278669046433c0e7274267e201abe8af51b57 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 namespace wcf\system\user\notification\event;
-use wcf\data\comment\Comment;
-use wcf\data\user\User;
 use wcf\data\user\UserProfile;
 use wcf\system\cache\runtime\CommentRuntimeCache;
 use wcf\system\cache\runtime\UserProfileRuntimeCache;