mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove unused variables
This commit is contained in:
parent
2b6b5e9d8b
commit
ba5cb5788e
2 changed files with 0 additions and 2 deletions
|
|
@ -228,7 +228,6 @@ namespace Flow.Launcher.Plugin.Program
|
|||
|
||||
public static void StartProcess(Func<ProcessStartInfo, Process> runProcess, ProcessStartInfo info)
|
||||
{
|
||||
bool hide;
|
||||
try
|
||||
{
|
||||
runProcess(info);
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue