mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Remove compiler warnings
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Wox.Infrastructure
|
||||
{
|
||||
storage = JsonConvert.DeserializeObject<CommonStorage>(json);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
LoadDefaultUserSetting();
|
||||
}
|
||||
|
||||
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user