Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 00ea889

Browse files
committed
Remove unused property
1 parent efe6c06 commit 00ea889

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GitHub.UI/Controls/FilterTextBox.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public string PromptText
2222
set { SetValue(PromptTextProperty, value); }
2323
}
2424

25-
public ICommand ClearCommand { get; private set; }
26-
2725
public FilterTextBox()
2826
{
2927
// http://stackoverflow.com/a/661224/2114

0 commit comments

Comments
 (0)