Removed old and completely unused GraphicHeadlineFormat config setting

Some updates to umbracoSettings.config
Thanks to Jan Skovgaard for the help!
This commit is contained in:
sebastiaan
2012-09-17 07:47:13 -02:00
parent ca55579982
commit 59fe173933
4 changed files with 12 additions and 32 deletions

View File

@@ -661,16 +661,7 @@ namespace Umbraco.Core.Configuration
return false;
}
}
/// <summary>
/// Gets the graphic headline format - png or gif
/// </summary>
/// <value>The graphic headline format.</value>
public static string GraphicHeadlineFormat
{
get { return GetKey("/settings/content/graphicHeadlineFormat"); }
}
/// <summary>
/// Gets a value indicating whether umbraco will ensure unique node naming.
/// This will ensure that nodes cannot have the same url, but will add extra characters to a url.