From a4175ad59e3813826e9f009bba56825ae669c7d6 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 12 Sep 2023 09:17:17 -0700 Subject: [PATCH] dav: remove dead code Signed-off-by: Varun Patil --- src/services/dav/base.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/services/dav/base.ts b/src/services/dav/base.ts index cd277d1b..7ef91cbc 100644 --- a/src/services/dav/base.ts +++ b/src/services/dav/base.ts @@ -21,21 +21,6 @@ export const props = ` `; -export const IMAGE_MIME_TYPES = [ - 'image/png', - 'image/jpeg', - 'image/heic', - 'image/png', - 'image/tiff', - 'image/gif', - 'image/bmp', - 'video/mpeg', - 'video/webm', - 'video/mp4', - 'video/quicktime', - 'video/x-matroska', -]; - const GET_FILE_CHUNK_SIZE = 50; type GetFilesOpts = {