Remove useless field in ProgramSource

This commit is contained in:
Yeechan Lu
2014-03-19 04:08:58 +08:00
parent cf0d7067eb
commit da058197c7

View File

@@ -9,7 +9,6 @@ namespace Wox.Infrastructure.UserSettings
public class ProgramSource public class ProgramSource
{ {
public string Location { get; set; } public string Location { get; set; }
public string Assembly { get; set; }
public string Type { get; set; } public string Type { get; set; }
public int BounsPoints { get; set; } public int BounsPoints { get; set; }
public bool Enabled { get; set; } public bool Enabled { get; set; }