From e2e5375e53197e59776ac0479e4a8baf83acb81d Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 28 Nov 2022 15:19:26 -0800 Subject: [PATCH] General cleanup --- lib/Db/TimelineQueryFaces.php | 1 - lib/Db/TimelineQueryTags.php | 1 - src/components/modal/AlbumCollaborators.vue | 21 ------------- src/components/modal/AlbumForm.vue | 21 ------------- src/components/modal/AlbumPicker.vue | 21 ------------- src/main.ts | 22 -------------- src/mixins/UserConfig.ts | 22 -------------- src/router.ts | 33 --------------------- 8 files changed, 142 deletions(-) diff --git a/lib/Db/TimelineQueryFaces.php b/lib/Db/TimelineQueryFaces.php index 4cf6f6f2..b9cae670 100644 --- a/lib/Db/TimelineQueryFaces.php +++ b/lib/Db/TimelineQueryFaces.php @@ -5,7 +5,6 @@ declare(strict_types=1); namespace OCA\Memories\Db; use OCP\DB\QueryBuilder\IQueryBuilder; -use OCP\Files\Folder; use OCP\IDBConnection; trait TimelineQueryFaces diff --git a/lib/Db/TimelineQueryTags.php b/lib/Db/TimelineQueryTags.php index 4c4224eb..4df0a5f6 100644 --- a/lib/Db/TimelineQueryTags.php +++ b/lib/Db/TimelineQueryTags.php @@ -5,7 +5,6 @@ declare(strict_types=1); namespace OCA\Memories\Db; use OCP\DB\QueryBuilder\IQueryBuilder; -use OCP\Files\Folder; use OCP\IDBConnection; trait TimelineQueryTags diff --git a/src/components/modal/AlbumCollaborators.vue b/src/components/modal/AlbumCollaborators.vue index ad6460fc..39700c94 100644 --- a/src/components/modal/AlbumCollaborators.vue +++ b/src/components/modal/AlbumCollaborators.vue @@ -1,24 +1,3 @@ -