mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 19:02:39 +08:00
code_style: remove unused parameter
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -191,7 +191,7 @@ namespace SourceGit.Native
|
||||
finder.Fleet(() => Path.Combine(localAppDataDir, @"Programs\Fleet\Fleet.exe"));
|
||||
finder.FindJetBrainsFromToolbox(() => Path.Combine(localAppDataDir, @"JetBrains\Toolbox"));
|
||||
finder.SublimeText(FindSublimeText);
|
||||
finder.Zed(() => FindZed(localAppDataDir));
|
||||
finder.Zed(FindZed);
|
||||
FindVisualStudio(finder);
|
||||
return finder.Tools;
|
||||
}
|
||||
@@ -416,7 +416,7 @@ namespace SourceGit.Native
|
||||
}
|
||||
}
|
||||
|
||||
private string FindZed(string localAppDataDir)
|
||||
private string FindZed()
|
||||
{
|
||||
var currentUser = Microsoft.Win32.RegistryKey.OpenBaseKey(
|
||||
Microsoft.Win32.RegistryHive.CurrentUser,
|
||||
|
||||
Reference in New Issue
Block a user