Skip to content

Commit edeaf7d

Browse files
SimonCroppJimBobSquarePants
authored andcommitted
redundant usings (#960)
1 parent 4a55496 commit edeaf7d

File tree

113 files changed

+20
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+20
-193
lines changed

src/ImageSharp.Drawing/Primitives/ShapeRegion.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Buffers;
66

77
using SixLabors.ImageSharp.Memory;
8-
using SixLabors.Memory;
98
using SixLabors.Primitives;
109
using SixLabors.Shapes;
1110

src/ImageSharp.Drawing/Processing/Brushes.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using SixLabors.ImageSharp.PixelFormats;
5-
64
namespace SixLabors.ImageSharp.Processing
75
{
86
/// <summary>

src/ImageSharp.Drawing/Processing/ColorStop.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
using System.Diagnostics;
55

6-
using SixLabors.ImageSharp.PixelFormats;
7-
86
namespace SixLabors.ImageSharp.Processing
97
{
108
/// <summary>

src/ImageSharp.Drawing/Processing/Extensions/DrawBezierExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using SixLabors.ImageSharp.PixelFormats;
54
using SixLabors.Primitives;
65
using SixLabors.Shapes;
76

src/ImageSharp.Drawing/Processing/Extensions/DrawLineExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using SixLabors.ImageSharp.PixelFormats;
54
using SixLabors.Primitives;
65
using SixLabors.Shapes;
76

src/ImageSharp.Drawing/Processing/Extensions/DrawPathCollectionExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using SixLabors.ImageSharp.PixelFormats;
54
using SixLabors.Shapes;
65

76
namespace SixLabors.ImageSharp.Processing

src/ImageSharp.Drawing/Processing/Extensions/DrawPathExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using SixLabors.ImageSharp.PixelFormats;
54
using SixLabors.ImageSharp.Primitives;
65
using SixLabors.Shapes;
76

src/ImageSharp.Drawing/Processing/Extensions/DrawPolygonExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using SixLabors.ImageSharp.PixelFormats;
54
using SixLabors.Primitives;
65
using SixLabors.Shapes;
76

src/ImageSharp.Drawing/Processing/Extensions/DrawRectangleExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Six Labors and contributors.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using SixLabors.ImageSharp.PixelFormats;
54
using SixLabors.Primitives;
65
using SixLabors.Shapes;
76

src/ImageSharp.Drawing/Processing/Extensions/DrawTextExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the Apache License, Version 2.0.
33

44
using SixLabors.Fonts;
5-
using SixLabors.ImageSharp.PixelFormats;
65
using SixLabors.ImageSharp.Processing.Processors.Text;
76
using SixLabors.Primitives;
87

0 commit comments

Comments
 (0)