From da058197c737072bf9ff6c591eda9027e4652f27 Mon Sep 17 00:00:00 2001 From: Yeechan Lu Date: Wed, 19 Mar 2014 04:08:58 +0800 Subject: [PATCH] Remove useless field in ProgramSource --- Wox.Infrastructure/UserSettings/ProgramSource.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Wox.Infrastructure/UserSettings/ProgramSource.cs b/Wox.Infrastructure/UserSettings/ProgramSource.cs index 972c25b89..97b1933e0 100644 --- a/Wox.Infrastructure/UserSettings/ProgramSource.cs +++ b/Wox.Infrastructure/UserSettings/ProgramSource.cs @@ -9,7 +9,6 @@ namespace Wox.Infrastructure.UserSettings public class ProgramSource { public string Location { get; set; } - public string Assembly { get; set; } public string Type { get; set; } public int BounsPoints { get; set; } public bool Enabled { get; set; }