mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
Remove unused code
This commit is contained in:
parent
b6a42ecf48
commit
7eea6ebe57
@ -1,18 +0,0 @@
|
|||||||
using System.Collections.Generic;
|
|
||||||
using Wox.Core.Plugin;
|
|
||||||
|
|
||||||
namespace Wox.CommandArgs
|
|
||||||
{
|
|
||||||
public class ReloadPluginCommandArg : ICommandArg
|
|
||||||
{
|
|
||||||
public string Command
|
|
||||||
{
|
|
||||||
get { return "reloadplugin"; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public void Execute(IList<string> args)
|
|
||||||
{
|
|
||||||
PluginManager.Init(App.API);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -153,7 +153,6 @@
|
|||||||
<Compile Include="CommandArgs\ICommandArg.cs" />
|
<Compile Include="CommandArgs\ICommandArg.cs" />
|
||||||
<Compile Include="CommandArgs\InstallPluginCommandArg.cs" />
|
<Compile Include="CommandArgs\InstallPluginCommandArg.cs" />
|
||||||
<Compile Include="CommandArgs\QueryCommandArg.cs" />
|
<Compile Include="CommandArgs\QueryCommandArg.cs" />
|
||||||
<Compile Include="CommandArgs\ReloadPluginCommandArg.cs" />
|
|
||||||
<Compile Include="Helper\DataWebRequestFactory.cs" />
|
<Compile Include="Helper\DataWebRequestFactory.cs" />
|
||||||
<Compile Include="Helper\ErrorReporting.cs" />
|
<Compile Include="Helper\ErrorReporting.cs" />
|
||||||
<Compile Include="ImageLoader\ImageLoader.cs" />
|
<Compile Include="ImageLoader\ImageLoader.cs" />
|
||||||
|
Loading…
Reference in New Issue
Block a user