From 7b7eb22c919d46a2f4b7183dd4fbefec588700b0 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Thu, 14 Sep 2023 23:41:00 -0400 Subject: [PATCH] rm fixme --- Photo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Photo.cs b/Photo.cs index 19c051f..026e918 100644 --- a/Photo.cs +++ b/Photo.cs @@ -182,7 +182,6 @@ public class Photo { } // FIXME: add comments / captions as ImageDescription? - // FIXME: warn if the file already exists? using (Image image = await Image.LoadAsync(Filename)) { Util.RotateImageFromExif(image, Orientation);