Skip to content

Commit 139753f

Browse files
committed
Move ATImageProcessingError
1 parent e4404e9 commit 139753f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/ATProtoKit/Utilities/ATImageProcessing.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ protocol ImageProtocol {
3030
func loadImageData(from imagePath: String) -> Self?
3131
}
3232

33-
/// An error type related to ``ATImageProcessable``..
34-
enum ATImageProcessingError: Error {
35-
/// The image's file size can't be lowered any further to fit the target file size.
36-
case unableToResizeImage
37-
}
38-
39-
4033
/// Provides a standardized approach to processing images for uploading to servers that interact with the AT Protocol.
4134
///
4235
/// This protocol aids in the conversion of images into an ``ImageQuery`` (which is used to give all of the necessary information

0 commit comments

Comments
 (0)