Skip to content

Commit

Permalink
Remove unused properties (WalletWasabi#13292)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiheb authored Aug 15, 2024
1 parent 8886ac6 commit 78083ec
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class NullApplicationSettings : IApplicationSettings
public string MaxCoordinationFeeRate { get; set; } = "";
public string MaxCoinJoinMiningFeeRate { get; set; } = "";
public string AbsoluteMinInputCount { get; set; } = "";
public string CoordinatorUri { get; set; } = "";
public string BackendUri { get; set; } = "";
public string DustThreshold { get; set; } = "";
public string MainNetCoordinatorUri { get; set; } = "";
Expand All @@ -40,7 +39,6 @@ public class NullApplicationSettings : IApplicationSettings
public bool DownloadNewVersion { get; set; }
public bool PrivacyMode { get; set; }
public bool Oobe { get; set; }
public bool ShowCoordinatorAnnouncement { get; set; }
public WindowState WindowState { get; set; }
public bool DoUpdateOnClose { get; set; }

Expand Down

0 comments on commit 78083ec

Please sign in to comment.