Remove compiler warnings

This commit is contained in:
Yeechan Lu
2014-03-18 12:28:48 +08:00
parent b7893c2820
commit b9c58adae6
7 changed files with 14 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ namespace Wox.Infrastructure.UserSettings
[Serializable]
public class UserSelectedRecords
{
private static int hasAddedCount = 0;
// private static int hasAddedCount = 0;
public Dictionary<string,int> Records = new Dictionary<string, int>();