Skip to content

Commit 572e889

Browse files
committed
Delete unused code
1 parent c950a68 commit 572e889

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -289,23 +289,6 @@ public void ForwardHistory()
289289
}
290290
}
291291

292-
[RelayCommand]
293-
public void ReverseHistoryOnEmptyQuery()
294-
{
295-
var results = SelectedResults;
296-
if (_history.Items.Count > 0
297-
&& _queryText == String.Empty
298-
&& !HistorySelected()
299-
&& !ContextMenuSelected())
300-
{
301-
ReverseHistory();
302-
}
303-
else
304-
{
305-
SelectedResults.SelectPrevResult();
306-
}
307-
}
308-
309292
[RelayCommand]
310293
private void LoadContextMenu()
311294
{

0 commit comments

Comments
 (0)