Remove unused code

This commit is contained in:
bao-qian 2016-03-27 20:20:50 +01:00
parent b6a42ecf48
commit 7eea6ebe57
2 changed files with 0 additions and 19 deletions

View File

@ -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);
}
}
}

View File

@ -153,7 +153,6 @@
<Compile Include="CommandArgs\ICommandArg.cs" />
<Compile Include="CommandArgs\InstallPluginCommandArg.cs" />
<Compile Include="CommandArgs\QueryCommandArg.cs" />
<Compile Include="CommandArgs\ReloadPluginCommandArg.cs" />
<Compile Include="Helper\DataWebRequestFactory.cs" />
<Compile Include="Helper\ErrorReporting.cs" />
<Compile Include="ImageLoader\ImageLoader.cs" />