diff --git a/src/Umbraco.Core/Constants-System.cs b/src/Umbraco.Core/Constants-System.cs index f22c41d922..c4ce5b58f6 100644 --- a/src/Umbraco.Core/Constants-System.cs +++ b/src/Umbraco.Core/Constants-System.cs @@ -23,22 +23,5 @@ public const int RecycleBinMedia = -21; } - - /// - /// Defines the identifiers for Umbraco system nodes. - /// - public static class Web - { - /// - /// The preview cookie name - /// - public const string PreviewCookieName = "UMB_PREVIEW"; - - /// - /// The auth cookie name - /// - public const string AuthCookieName = "UMB_UCONTEXT"; - - } } } \ No newline at end of file