Remove SiteUrl from SiteSettings

This is used used and not needed with the multi-tenancy work
recently done.

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-04-28 17:13:16 -07:00
parent 350b399a29
commit ef31c709e5

View File

@@ -8,7 +8,6 @@ namespace Orchard.Settings {
string PageTitleSeparator { get; }
string SiteName { get; }
string SiteSalt { get; }
string SiteUrl { get; }
string SuperUser { get; }
string HomePage { get; set; }
}