Skip to content

Commit 86a4cb2

Browse files
Remove unused properties.
1 parent 22151ad commit 86a4cb2

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/ImageSharp.Drawing/Processing/TextGraphicsOptions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ private TextGraphicsOptions(TextGraphicsOptions source)
4040
this.VerticalAlignment = source.VerticalAlignment;
4141
}
4242

43-
/// <summary>
44-
/// Gets the default <see cref="TextGraphicsOptions"/> instance.
45-
/// </summary>
46-
public static TextGraphicsOptions Default { get; } = new TextGraphicsOptions();
47-
4843
/// <summary>
4944
/// Gets or sets a value indicating whether antialiasing should be applied.
5045
/// Defaults to true.

src/ImageSharp/GraphicsOptions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ private GraphicsOptions(GraphicsOptions source)
2929
this.ColorBlendingMode = source.ColorBlendingMode;
3030
}
3131

32-
/// <summary>
33-
/// Gets the default <see cref="GraphicsOptions"/> instance.
34-
/// </summary>
35-
public static GraphicsOptions Default { get; } = new GraphicsOptions();
36-
3732
/// <summary>
3833
/// Gets or sets a value indicating whether antialiasing should be applied.
3934
/// Defaults to true.

0 commit comments

Comments
 (0)