Remove unnecessary code.

This commit is contained in:
zlsun
2014-06-16 14:08:11 +08:00
parent 12b03518ee
commit 6fdbc9cdfa
6 changed files with 4 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ namespace Wox.Plugin.SystemPlugins
protected override List<Result> QueryInternal(Query query)
{
List<Result> results = new List<Result>();
if (string.IsNullOrEmpty(query.RawQuery)) return results;
foreach (PluginMetadata metadata in allPlugins.Select(o => o.Metadata))
{