From 7eea6ebe579500501c3f76436b02b4507fb72dfc Mon Sep 17 00:00:00 2001 From: bao-qian Date: Sun, 27 Mar 2016 20:20:50 +0100 Subject: [PATCH] Remove unused code --- Wox/CommandArgs/ReloadPluginCommandArg.cs | 18 ------------------ Wox/Wox.csproj | 1 - 2 files changed, 19 deletions(-) delete mode 100644 Wox/CommandArgs/ReloadPluginCommandArg.cs diff --git a/Wox/CommandArgs/ReloadPluginCommandArg.cs b/Wox/CommandArgs/ReloadPluginCommandArg.cs deleted file mode 100644 index a866446d2d..0000000000 --- a/Wox/CommandArgs/ReloadPluginCommandArg.cs +++ /dev/null @@ -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 args) - { - PluginManager.Init(App.API); - } - } -} diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index b81f26c8bf..8e64ddf635 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -153,7 +153,6 @@ -