Manav Rathi hace 1 año
padre
commit
1dafec15c7
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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());
 }