diff --git a/CrashReporter/Config/StyleSheetElement.cs b/CrashReporter/Config/StyleSheetElement.cs index cf1fe22..2a56f00 100644 --- a/CrashReporter/Config/StyleSheetElement.cs +++ b/CrashReporter/Config/StyleSheetElement.cs @@ -8,7 +8,6 @@ internal class StyleSheetElement : ConfigurationElement public string Name { get { return (string)this["name"]; } - set { this["name"] = value; } } } }