Manav Rathi vor 1 Jahr
Ursprung
Commit
1dafec15c7
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0 4
      web/apps/photos/src/utils/file/index.ts

+ 0 - 4
web/apps/photos/src/utils/file/index.ts

@@ -340,10 +340,6 @@ const nativeConvertToJPEG = async (imageBlob: Blob) => {
     return new Blob([jpegData]);
 };
 
-export function isRawFile(exactType: string) {
-    return RAW_FORMATS.includes(exactType.toLowerCase());
-}
-
 export function isSupportedRawFormat(exactType: string) {
     return SUPPORTED_RAW_FORMATS.includes(exactType.toLowerCase());
 }