Remove unused imports
authorMatthias Schmidt <gravatronics@live.com>
Sat, 22 Oct 2016 07:12:24 +0000 (09:12 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 22 Oct 2016 07:12:24 +0000 (09:12 +0200)
wcfsetup/install/files/lib/data/application/ApplicationAction.class.php
wcfsetup/install/files/lib/data/box/Box.class.php
wcfsetup/install/files/lib/data/user/UserProfile.class.php
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php

index 3349bf6f522d1785408a130d1cdb6fb14de64085..88d799d8304d08984c4c2dd77bf74f50c0fdcf6b 100644 (file)
@@ -5,7 +5,6 @@ use wcf\system\cache\builder\ApplicationCacheBuilder;
 use wcf\system\language\LanguageFactory;
 use wcf\system\Regex;
 use wcf\system\WCF;
-use wcf\util\FileUtil;
 use wcf\util\StringUtil;
 
 /**
index 4eb67d4200b04461357a88816b1400f430a7dd3e..071a33795e722c72f7f055fa30b1d449ed8fa6a0 100644 (file)
@@ -14,7 +14,6 @@ use wcf\data\page\Page;
 use wcf\data\page\PageCache;
 use wcf\data\DatabaseObject;
 use wcf\system\exception\ImplementationException;
-use wcf\system\html\output\HtmlOutputProcessor;
 use wcf\system\page\handler\ILookupPageHandler;
 use wcf\system\page\handler\IMenuPageHandler;
 use wcf\system\WCF;
index 78f5dd73d0d32f60f0e608050d0b8418e6f8055c..bde2bf9acfd2963d2fdda8aa1fa600aae2d51ddc 100644 (file)
@@ -12,7 +12,6 @@ use wcf\data\DatabaseObjectDecorator;
 use wcf\data\ITitledLinkObject;
 use wcf\system\cache\builder\UserGroupPermissionCacheBuilder;
 use wcf\system\cache\runtime\UserProfileRuntimeCache;
-use wcf\system\request\LinkHandler;
 use wcf\system\user\signature\SignatureCache;
 use wcf\system\user\storage\UserStorageHandler;
 use wcf\system\WCF;
index d8cd08d641798ab15234c234da449bb872745068..10df7a22efc1b92e81302933b45350efc33bf18c 100644 (file)
@@ -27,7 +27,6 @@ use wcf\system\language\LanguageFactory;
 use wcf\system\package\PackageInstallationDispatcher;
 use wcf\system\request\Request;
 use wcf\system\request\RequestHandler;
-use wcf\system\request\RouteHandler;
 use wcf\system\session\SessionFactory;
 use wcf\system\session\SessionHandler;
 use wcf\system\style\StyleHandler;
index c172cf67c2cc836443ce66b02dc3b9c1cc097a37..a089c5e7db896d62aec57d0eafd32488bb89bedc 100644 (file)
@@ -4,8 +4,6 @@ use wcf\data\application\Application;
 use wcf\data\application\ApplicationAction;
 use wcf\data\application\ApplicationList;
 use wcf\system\cache\builder\ApplicationCacheBuilder;
-use wcf\system\exception\SystemException;
-use wcf\system\io\File;
 use wcf\system\request\RouteHandler;
 use wcf\system\Regex;
 use wcf\system\SingletonFactory;