Skip to content

Commit

Permalink
Config: Remove useless StyleSheet set property
Browse files Browse the repository at this point in the history
Issue: HELIOS-1349
  • Loading branch information
jcurl committed Feb 1, 2020
1 parent c72baaf commit a3c2974
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CrashReporter/Config/StyleSheetElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ internal class StyleSheetElement : ConfigurationElement
public string Name
{
get { return (string)this["name"]; }
set { this["name"] = value; }
}
}
}

0 comments on commit a3c2974

Please sign in to comment.