diff --git a/src/Umbraco.Core/Configuration/UmbracoSettings.cs b/src/Umbraco.Core/Configuration/UmbracoSettings.cs
index 12643fa10c..d7a7d4723c 100644
--- a/src/Umbraco.Core/Configuration/UmbracoSettings.cs
+++ b/src/Umbraco.Core/Configuration/UmbracoSettings.cs
@@ -661,16 +661,7 @@ namespace Umbraco.Core.Configuration
return false;
}
}
-
- ///
- /// Gets the graphic headline format - png or gif
- ///
- /// The graphic headline format.
- public static string GraphicHeadlineFormat
- {
- get { return GetKey("/settings/content/graphicHeadlineFormat"); }
- }
-
+
///
/// 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.
diff --git a/src/Umbraco.Web.UI/config/umbracoSettings.Release.config b/src/Umbraco.Web.UI/config/umbracoSettings.Release.config
index e600e40947..5f649fac98 100644
--- a/src/Umbraco.Web.UI/config/umbracoSettings.Release.config
+++ b/src/Umbraco.Web.UI/config/umbracoSettings.Release.config
@@ -29,9 +29,11 @@
should be set to false if the aspnet account hasn't got readrights of the driveroot up to the /media directory -->
True
-
-
-
+
+
1
@@ -42,9 +44,6 @@
True
-
- gif
-
False
diff --git a/src/Umbraco.Web.UI/config/umbracoSettings.config b/src/Umbraco.Web.UI/config/umbracoSettings.config
index f212d20605..dcb71c0538 100644
--- a/src/Umbraco.Web.UI/config/umbracoSettings.config
+++ b/src/Umbraco.Web.UI/config/umbracoSettings.config
@@ -26,12 +26,14 @@
+ should be set to false if the application pool's user account hasn't got readrights of the driveroot up to the /media directory -->
True
-
-
+
1134
1135
@@ -46,9 +48,6 @@
True
-
- gif
-
False
diff --git a/src/umbraco.businesslogic/UmbracoSettings.cs b/src/umbraco.businesslogic/UmbracoSettings.cs
index 855028adfb..6e30200699 100644
--- a/src/umbraco.businesslogic/UmbracoSettings.cs
+++ b/src/umbraco.businesslogic/UmbracoSettings.cs
@@ -322,16 +322,7 @@ namespace umbraco
{
get { return Umbraco.Core.Configuration.UmbracoSettings.ScriptDisableEditor; }
}
-
- ///
- /// Gets the graphic headline format - png or gif
- ///
- /// The graphic headline format.
- public static string GraphicHeadlineFormat
- {
- get { return Umbraco.Core.Configuration.UmbracoSettings.GraphicHeadlineFormat; }
- }
-
+
///
/// 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.