Skip to content

Commit

Permalink
Removed unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Oct 22, 2024
1 parent 999a8c7 commit 0a36363
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions WUView/Converters/EnumBindingSourceExtension.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Tim Kennedy. All Rights Reserved. Licensed under the MIT License.
// Copyright (c) Tim Kennedy. All Rights Reserved. Licensed under the MIT License.
#nullable disable
namespace WUView.Converters;

Expand All @@ -14,7 +14,6 @@ internal sealed class EnumBindingSourceExtension : MarkupExtension
private Type _enumType;
public Type EnumType
{
get => _enumType;
set
{
if (value != _enumType)
Expand All @@ -31,8 +30,6 @@ public Type EnumType
}
}

public EnumBindingSourceExtension() { }

public EnumBindingSourceExtension(Type enumType)
{
EnumType = enumType;
Expand Down

0 comments on commit 0a36363

Please sign in to comment.