structure change

This commit is contained in:
qianlifeng
2014-01-09 20:21:46 +08:00
parent 3ebb35ac6a
commit 713a794e9a

View File

@@ -21,8 +21,6 @@ namespace WinAlfred.Plugin.System
public class Programs : ISystemPlugin
{
//TODO:add score for MRU program
private List<string> indexDirectory = new List<string>();
private List<string> indexPostfix = new List<string> { "lnk", "exe" };