Remove some unused drawing code

This commit is contained in:
Patrick Barron
2024-02-06 10:09:51 -05:00
parent a54c08209e
commit 4dd2ed8fb7
4 changed files with 0 additions and 125 deletions

View File

@@ -182,7 +182,6 @@ public class SkiaEncoder : IImageEncoder
/// <inheritdoc />
/// <exception cref="ArgumentNullException">The path is null.</exception>
/// <exception cref="FileNotFoundException">The path is not valid.</exception>
/// <exception cref="SkiaCodecException">The file at the specified path could not be used to generate a codec.</exception>
public string GetImageBlurHash(int xComp, int yComp, string path)
{
ArgumentException.ThrowIfNullOrEmpty(path);