[PTRun]Remove Wox plugin install dead code/deps (#15869)

This commit is contained in:
Jaime Bernardo
2022-02-02 10:58:13 +00:00
committed by GitHub
parent 0fc69ca222
commit 55e3a94da3
7 changed files with 1 additions and 251 deletions

View File

@@ -165,11 +165,6 @@ namespace PowerLauncher.Plugin
}
}
public static void InstallPlugin(string path)
{
PluginInstaller.Install(path);
}
[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1031:Do not catch general exception types", Justification = "Suppressing this to enable FxCop. We are logging the exception, and going forward general exceptions should not be caught")]
public static List<Result> QueryForPlugin(PluginPair pair, Query query, bool delayedExecution = false)
{