Skip to content

Commit 7caf7ee

Browse files
committed
Revert "Update LoopingSelectorItem.cs"
This reverts commit b2a0a4f.
1 parent af65cb7 commit 7caf7ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/DevWinUI.Controls/Controls/Ported/LoopingSelector/LoopingSelectorItem.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ public string PrimaryText
1111
public static DependencyProperty PrimaryTextProperty { get; } =
1212
DependencyProperty.Register(nameof(PrimaryText), typeof(string), typeof(LoopingSelectorItem), new PropertyMetadata("default"));
1313

14-
public LoopingSelectorItem()
15-
{
16-
17-
}
1814
public override string ToString()
1915
{
2016
return PrimaryText;

0 commit comments

Comments
 (0)