From bc88004ad1acadd2799b47d8fff5c52d219299df Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 14 Jul 2012 14:32:19 +0200 Subject: [PATCH] Removes unused use statements --- .../files/lib/acp/action/UninstallPackageAction.class.php | 1 - .../files/lib/acp/form/AbstractOptionListForm.class.php | 1 - .../install/files/lib/acp/form/CronjobAddForm.class.php | 1 - .../files/lib/acp/form/MasterPasswordInitForm.class.php | 1 - wcfsetup/install/files/lib/acp/form/OptionForm.class.php | 2 -- wcfsetup/install/files/lib/acp/form/UserAddForm.class.php | 1 - .../files/lib/acp/form/UserAssignToGroupForm.class.php | 1 - .../lib/acp/form/UserEmailAddressExportForm.class.php | 2 -- .../install/files/lib/acp/form/UserGroupAddForm.class.php | 3 --- .../install/files/lib/acp/form/UserGroupEditForm.class.php | 1 - .../files/lib/acp/form/UserOptionListForm.class.php | 4 ---- .../install/files/lib/acp/form/UserSearchForm.class.php | 1 - .../files/lib/acp/form/UsersMassProcessingForm.class.php | 1 - .../files/lib/acp/page/ACPSessionLogListPage.class.php | 1 - .../install/files/lib/acp/page/CronjobListPage.class.php | 1 - .../files/lib/acp/page/CronjobLogListPage.class.php | 1 - wcfsetup/install/files/lib/acp/page/IndexPage.class.php | 1 - .../files/lib/acp/page/PackageListDetailedPage.class.php | 1 - wcfsetup/install/files/lib/acp/page/PackagePage.class.php | 1 - wcfsetup/install/files/lib/acp/page/UserListPage.class.php | 1 - .../install/files/lib/action/AJAXProxyAction.class.php | 7 ++----- .../files/lib/data/DatabaseObjectDecorator.class.php | 1 - .../files/lib/data/acp/session/ACPSession.class.php | 1 - .../lib/data/acp/template/ACPTemplateAction.class.php | 2 -- .../install/files/lib/data/cronjob/CronjobEditor.class.php | 1 - .../language/category/LanguageCategoryAction.class.php | 2 -- .../lib/data/language/item/LanguageItemAction.class.php | 2 -- .../install/files/lib/data/option/OptionAction.class.php | 2 -- .../data/option/category/OptionCategoryAction.class.php | 2 -- .../plugin/PackageInstallationPlugin.class.php | 1 - .../plugin/PackageInstallationPluginEditor.class.php | 1 - .../package/update/server/PackageUpdateServer.class.php | 1 - .../update/server/PackageUpdateServerAction.class.php | 2 -- .../update/server/PackageUpdateServerEditor.class.php | 1 - .../install/files/lib/data/sitemap/SitemapAction.class.php | 1 - .../install/files/lib/data/style/ActiveStyle.class.php | 2 -- .../files/lib/data/template/TemplateAction.class.php | 2 -- .../lib/data/template/group/TemplateGroupAction.class.php | 2 -- .../files/lib/data/user/group/UserGroupEditor.class.php | 1 - wcfsetup/install/files/lib/system/WCF.class.php | 3 --- .../lib/system/application/AbstractApplication.class.php | 2 -- .../install/files/lib/system/cache/CacheHandler.class.php | 1 - .../system/cache/builder/CategoryCacheBuilder.class.php | 1 - .../cache/builder/EventListenerCacheBuilder.class.php | 1 - .../lib/system/cache/builder/OptionCacheBuilder.class.php | 1 - .../lib/system/cache/builder/PackageCacheBuilder.class.php | 1 - .../files/lib/system/category/CategoryHandler.class.php | 1 - .../lib/system/clipboard/ClipboardEditorItem.class.php | 1 - .../lib/system/cronjob/SessionCleanUpCronjob.class.php | 1 - .../install/files/lib/system/database/Database.class.php | 3 --- .../files/lib/system/database/MySQLDatabase.class.php | 1 - .../files/lib/system/database/PostgreSQLDatabase.class.php | 1 - .../system/database/editor/MySQLDatabaseEditor.class.php | 1 - .../system/database/statement/PreparedStatement.class.php | 1 - .../form/element/MultipleSelectionFormElement.class.php | 1 - .../system/form/element/PasswordInputFormElement.class.php | 1 - .../lib/system/form/element/TextInputFormElement.class.php | 1 - .../files/lib/system/language/LanguageFactory.class.php | 1 - .../lib/system/language/LanguageServerProcessor.class.php | 1 - wcfsetup/install/files/lib/system/menu/TreeMenu.class.php | 1 - .../install/files/lib/system/menu/page/PageMenu.class.php | 1 - .../files/lib/system/option/BooleanOptionType.class.php | 1 - .../files/lib/system/option/DateOptionType.class.php | 1 - .../files/lib/system/option/OptionHandler.class.php | 1 - .../files/lib/system/package/PackageArchive.class.php | 1 - .../package/PackageInstallationNodeBuilder.class.php | 1 - .../package/PackageUninstallationDispatcher.class.php | 2 -- .../lib/system/package/PackageUpdateDispatcher.class.php | 1 - .../plugin/ACPTemplatePackageInstallationPlugin.class.php | 1 - .../package/plugin/FilePackageInstallationPlugin.class.php | 1 - .../package/plugin/PIPPackageInstallationPlugin.class.php | 1 - .../plugin/PageMenuPackageInstallationPlugin.class.php | 2 -- .../plugin/StylePackageInstallationPlugin.class.php | 1 - .../plugin/TemplatePackageInstallationPlugin.class.php | 2 -- .../files/lib/system/session/SessionHandler.class.php | 1 - .../plugin/HtmlOptionsFunctionTemplatePlugin.class.php | 1 - .../template/plugin/IconCompilerTemplatePlugin.class.php | 1 - .../template/plugin/LangCompilerTemplatePlugin.class.php | 1 - .../plugin/PrependCompilerTemplatePlugin.class.php | 1 - .../plugin/StaticlangTemplatePluginCompiler.class.php | 1 - 80 files changed, 2 insertions(+), 108 deletions(-) diff --git a/wcfsetup/install/files/lib/acp/action/UninstallPackageAction.class.php b/wcfsetup/install/files/lib/acp/action/UninstallPackageAction.class.php index 1e297571c7..ef60241064 100644 --- a/wcfsetup/install/files/lib/acp/action/UninstallPackageAction.class.php +++ b/wcfsetup/install/files/lib/acp/action/UninstallPackageAction.class.php @@ -5,7 +5,6 @@ use wcf\data\package\installation\queue\PackageInstallationQueue; use wcf\data\package\installation\queue\PackageInstallationQueueEditor; use wcf\data\package\Package; use wcf\system\exception\IllegalLinkException; -use wcf\system\exception\SystemException; use wcf\system\package\PackageUninstallationDispatcher; use wcf\system\WCF; use wcf\util\StringUtil; diff --git a/wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php b/wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php index 732a440f53..80afcb4cc4 100755 --- a/wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php @@ -2,7 +2,6 @@ namespace wcf\acp\form; use wcf\form\AbstractForm; use wcf\system\exception\UserInputException; -use wcf\system\option\OptionHandler; /** * This class provides default implementations for a list of options. diff --git a/wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php b/wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php index ea2e835a3f..7038ebae32 100755 --- a/wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php @@ -1,7 +1,6 @@