remove unused variables

This commit is contained in:
Jeremy Wu 2021-02-15 07:18:16 +11:00
parent 2b6b5e9d8b
commit ba5cb5788e
2 changed files with 0 additions and 2 deletions

View file

@ -228,7 +228,6 @@ namespace Flow.Launcher.Plugin.Program
public static void StartProcess(Func<ProcessStartInfo, Process> runProcess, ProcessStartInfo info)
{
bool hide;
try
{
runProcess(info);

View file

@ -33,7 +33,6 @@ namespace Flow.Launcher.Plugin.Program.Programs
public string Location => ParentDirectory;
private const string ShortcutExtension = "lnk";
private const string ApplicationReferenceExtension = "appref-ms";
private const string ExeExtension = "exe";