mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove useless code
This commit is contained in:
parent
eec96b8549
commit
70950b8267
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ namespace Wox.Plugin.System.SuggestionSources
|
|||
var results = json[1] as JContainer;
|
||||
if (results != null)
|
||||
{
|
||||
var j = results.OfType<JValue>().Select(o => o.Value);
|
||||
return results.OfType<JValue>().Select(o => o.Value).OfType<string>().ToList();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue