Removind depercated fields (#6008)

This commit is contained in:
Clint Rutkas
2020-08-17 13:13:11 -07:00
committed by GitHub
parent 9d46fae865
commit e671c913ab
3 changed files with 6 additions and 10 deletions

View File

@@ -103,12 +103,6 @@ namespace Wox.Plugin
public override string ToString() => RawQuery;
[Obsolete("Use ActionKeyword, this property will be removed in v1.3.0")]
public string ActionName { get; internal set; }
[Obsolete("Use Search instead, this property will be removed in v1.3.0")]
public List<string> ActionParameters { get; internal set; }
[Obsolete("Use Search instead, this method will be removed in v1.3.0")]
public string GetAllRemainingParameter() => Search;
}