Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 921ffb8

Browse files
committed
Remove unused code
1 parent f462e8f commit 921ffb8

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

Settings.cs

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,6 @@ public class Settings
1111

1212
public string EditorPath { get; set; } = "";
1313

14-
[Obsolete]
15-
internal const string Explorer = "explorer";
16-
17-
[Obsolete]
18-
internal const string alternativeExplorerPath = "explorer.exe";
19-
20-
[Obsolete]
21-
internal string explorerPath = Explorer;
22-
23-
[Obsolete]
24-
public string ExplorerPath
25-
{
26-
get => explorerPath.Trim() switch
27-
{
28-
"" => Explorer,
29-
alternativeExplorerPath => Explorer,
30-
_ => explorerPath
31-
}; set => explorerPath = value;
32-
}
33-
[Obsolete]
34-
public string ExplorerArgs { get; set; } = DirectoryPathPlaceHolder;
35-
36-
[Obsolete]
37-
internal const string DirectoryPathPlaceHolder = "%s";
38-
39-
[Obsolete]
40-
internal const string FilePathPlaceHolder = "%f";
41-
42-
[Obsolete]
43-
internal const string DefaultExplorerArgsWithFilePath = "/select, %f";
44-
4514
public List<ContextMenu> ContextMenus = new List<ContextMenu>();
4615

4716
public int MaxSearchCount { get; set; } = DefaultMaxSearchCount;

0 commit comments

Comments
 (0)