Fix the order of everything results

Try to fix #381
This commit is contained in:
bao-qian
2015-11-11 05:42:06 +00:00
parent de1491a310
commit 1248307b96
2 changed files with 0 additions and 8 deletions

View File

@@ -227,8 +227,6 @@ namespace Wox.Plugin.Everything.Everything
yield break;
}
Everything_SortResultsByPath();
const int bufferSize = 4096;
StringBuilder buffer = new StringBuilder(bufferSize);
for (int idx = 0; idx < Everything_GetNumResults(); ++idx)