Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/ImageService.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Service/ImageService.php b/lib/Service/ImageService.php
index da4347074..bba8ca5e6 100644
--- a/lib/Service/ImageService.php
+++ b/lib/Service/ImageService.php
@@ -34,8 +34,6 @@ use OCP\Files\File;
use OCP\Files\NotFoundException;
use OCP\Files\SimpleFS\ISimpleFile;
use OCP\IPreview;
-use OCP\Lock\ILockingProvider;
-use OCP\Lock\LockedException;
use OCP\Share\Exceptions\ShareNotFound;
use OCP\Share\IShare;
use Throwable;