mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove unused code
This commit is contained in:
parent
4b2abfc708
commit
e625c192ee
1 changed files with 0 additions and 5 deletions
|
|
@ -118,11 +118,6 @@ namespace Flow.Launcher.ViewModel
|
|||
queue.Add(resultsForUpdate);
|
||||
}
|
||||
|
||||
//foreach (var update in queue)
|
||||
//{
|
||||
// UpdateResultView(update.Results, update.Metadata, update.Query);
|
||||
//}
|
||||
|
||||
UpdateResultView(queue.Where(r => !r.Token.IsCancellationRequested));
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue