mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Removing unused constant
--HG-- branch : 1.x
This commit is contained in:
@@ -15,7 +15,6 @@ namespace Orchard.Fields.Drivers {
|
||||
public IOrchardServices Services { get; set; }
|
||||
private const string TemplateName = "Fields/DateTime.Edit"; // EditorTemplates/Fields/DateTime.Edit.cshtml
|
||||
private readonly Lazy<CultureInfo> _cultureInfo;
|
||||
private static readonly DateTime DefaultValue = new DateTime(1980, 1, 1, 0, 0, 0, DateTimeKind.Utc);
|
||||
|
||||
public DateTimeFieldDriver(IOrchardServices services) {
|
||||
Services = services;
|
||||
|
Reference in New Issue
Block a user