mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Remove useless codes.
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Wox.Commands
|
||||
{
|
||||
public abstract class BaseCommand
|
||||
{
|
||||
public abstract void Dispatch(Query query, bool updateView = true);
|
||||
public abstract void Dispatch(Query query);
|
||||
|
||||
protected void UpdateResultView(List<Result> results)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user