Covert to black and white

This commit is contained in:
2022-02-25 13:08:03 -07:00
parent 18033a355a
commit 5475392c3f
3 changed files with 44 additions and 30 deletions

View File

@ -117,8 +117,6 @@ public class FileRead : Shared.FileRead, IFileRead
throw new Exception();
}
void IFileRead.Callback(object state) => throw new Exception(string.Concat("Not ", nameof(_IsDummy)));
protected static List<Description> GetDescriptions(JsonElement[] jsonElements)
{
List<Description> results = new();