Browse Source

remove outdated TODO note

af/merge-core
Anton Firszov 7 years ago
parent
commit
36231b0b03
  1. 1
      src/ImageSharp/Common/Helpers/ImageMaths.cs

1
src/ImageSharp/Common/Helpers/ImageMaths.cs

@ -99,7 +99,6 @@ namespace SixLabors.ImageSharp
/// <summary>
/// Determine the Least Common Multiple (LCM) of two numbers.
/// TODO: This method might be useful for building a more compact <see cref="ResizeKernelMap"/>
/// </summary>
public static int LeastCommonMultiple(int a, int b)
{

Loading…
Cancel
Save