diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchResult.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchResult.cs index 148072931..39e4119bf 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchResult.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchResult.cs @@ -4,10 +4,6 @@ namespace Flow.Launcher.Plugin.Explorer.Search { public record struct SearchResult { - public SearchResult() - { - } - public string FullPath { get; init; } public ResultType Type { get; init; } public int Score { get; init; }