Skip to content

Commit f3a7e32

Browse files
committed
Removed unused usings.
1 parent fac8389 commit f3a7e32

File tree

31 files changed

+0
-36
lines changed

31 files changed

+0
-36
lines changed

src/Magick.NET.Core/Drawing/IDrawableFont.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
5-
64
namespace ImageMagick.Drawing;
75

86
/// <summary>

src/Magick.NET.Core/Enums/OrientationType.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
5-
64
namespace ImageMagick;
75

86
/// <summary>

src/Magick.NET.Core/Statistics/IChannelPerceptualHash.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
5-
64
namespace ImageMagick;
75

86
/// <summary>

src/Magick.NET/Drawing/DrawableComposite.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
5-
64
#if Q8
75
using QuantumType = System.Byte;
86
#elif Q16

src/Magick.NET/Drawing/DrawablePushPattern.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
5-
64
namespace ImageMagick.Drawing;
75

86
/// <summary>

src/Magick.NET/Drawing/Drawables.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
54
using System.Collections;
65
using System.Collections.Generic;
76
using System.Collections.ObjectModel;

src/Magick.NET/Formats/Dds/DdsWriteDefines.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
54
using System.Collections.Generic;
65

76
namespace ImageMagick.Formats;

src/Magick.NET/Formats/Dng/DngReadDefines.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
54
using System.Collections.Generic;
65

76
namespace ImageMagick.Formats;

src/Magick.NET/Formats/Tiff/TiffReadDefines.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
54
using System.Collections.Generic;
65

76
namespace ImageMagick.Formats;

src/Magick.NET/ImageOptimizers/PngHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System.Collections.Generic;
54
using System.IO;
65

76
#if Q8

0 commit comments

Comments
 (0)