[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

@@ -64,12 +64,6 @@ namespace Wox.Plugin
/// <param name="iconPath">Message icon path (relative path to your plugin folder)</param>
void ShowMsg(string title, string subTitle = "", string iconPath = "", bool useMainWindowAsOwner = true);
/// <summary>
/// Install Wox plugin
/// </summary>
/// <param name="path">Plugin path (ends with .wox)</param>
void InstallPlugin(string path);
/// <summary>
/// Get all loaded plugins
/// </summary>