diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-25 22:08:08 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-25 22:08:08 +0100 |
commit | 74936c49eae91470ce2ec0cf1085d334011a4608 (patch) | |
tree | dc7b466165f1931a7346a4106c33ad7bd2f56616 /lib/public | |
parent | 3cf321fdfc4235a87015a9af2f59c63220016c65 (diff) | |
download | nextcloud-server-74936c49eae91470ce2ec0cf1085d334011a4608.tar.gz nextcloud-server-74936c49eae91470ce2ec0cf1085d334011a4608.zip |
Remove unused imports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public')
6 files changed, 0 insertions, 6 deletions
diff --git a/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php b/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php index af112a7076d..7866f19d430 100644 --- a/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php +++ b/lib/public/AppFramework/Http/Template/ExternalShareMenuAction.php @@ -26,7 +26,6 @@ namespace OCP\AppFramework\Http\Template; -use OCP\AppFramework\Http\Template\SimpleMenuAction; use OCP\Util; /** diff --git a/lib/public/AppFramework/Http/Template/LinkMenuAction.php b/lib/public/AppFramework/Http/Template/LinkMenuAction.php index 1ddb1a46e94..489a7d534ad 100644 --- a/lib/public/AppFramework/Http/Template/LinkMenuAction.php +++ b/lib/public/AppFramework/Http/Template/LinkMenuAction.php @@ -24,7 +24,6 @@ namespace OCP\AppFramework\Http\Template; -use OCP\AppFramework\Http\Template\SimpleMenuAction; use OCP\Util; /** diff --git a/lib/public/Group/Events/BeforeGroupCreatedEvent.php b/lib/public/Group/Events/BeforeGroupCreatedEvent.php index b9bb1788f84..3385d1a9397 100644 --- a/lib/public/Group/Events/BeforeGroupCreatedEvent.php +++ b/lib/public/Group/Events/BeforeGroupCreatedEvent.php @@ -27,7 +27,6 @@ declare(strict_types=1); namespace OCP\Group\Events; use OCP\EventDispatcher\Event; -use OCP\IGroup; /** * @since 18.0.0 diff --git a/lib/public/IUser.php b/lib/public/IUser.php index c05403cc236..a5e94bf8ac4 100644 --- a/lib/public/IUser.php +++ b/lib/public/IUser.php @@ -28,7 +28,6 @@ namespace OCP; -use OCP\UserInterface; /** * Interface IUser diff --git a/lib/public/Share/IProviderFactory.php b/lib/public/Share/IProviderFactory.php index 120d46258ff..b2587459d85 100644 --- a/lib/public/Share/IProviderFactory.php +++ b/lib/public/Share/IProviderFactory.php @@ -24,7 +24,6 @@ namespace OCP\Share; use OC\Share20\Exception\ProviderException; -use OCP\IServerContainer; /** * Interface IProviderFactory diff --git a/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php b/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php index fd7463bc0f9..1bcf3231829 100644 --- a/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php +++ b/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php @@ -27,7 +27,6 @@ declare(strict_types=1); namespace OCP\User\Events; use OCP\EventDispatcher\Event; -use OCP\IUser; /** * @since 18.0.0 |