diff --git a/app/src/main/kotlin/com/simplemobiletools/camera/helpers/ImageUtil.kt b/app/src/main/kotlin/com/simplemobiletools/camera/helpers/ImageUtil.kt index bf8c1829..e67efd30 100644 --- a/app/src/main/kotlin/com/simplemobiletools/camera/helpers/ImageUtil.kt +++ b/app/src/main/kotlin/com/simplemobiletools/camera/helpers/ImageUtil.kt @@ -200,7 +200,6 @@ object ImageUtil { return out.toByteArray() } - /** * Checks whether the image's crop rectangle is the same as the source image size. */