Skip to content

Commit ed64dbf

Browse files
authored
Cleaned up V13 related and obsoleted system directory constants (#16133)
* Cleaned up V13 related and obsoleted system directory constants * The LogFiles constant is still used, it seems
1 parent c7a1205 commit ed64dbf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Umbraco.Core/Constants-SystemDirectories.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,12 @@ public static class SystemDirectories
3737

3838
public const string TempFileUploads = TempData + "/FileUploads";
3939

40-
public const string TempImageUploads = TempFileUploads + "/rte";
41-
4240
public const string Install = "~/install";
4341

4442
public const string AppPlugins = "/App_Plugins";
4543

4644
public const string BackOfficePath = "/umbraco/backoffice";
4745

48-
public const string PluginIcons = "/backoffice/icons";
49-
5046
public const string MvcViews = "~/Views";
5147

5248
public const string PartialViews = MvcViews + "/Partials/";
@@ -62,8 +58,5 @@ public static class SystemDirectories
6258
/// </summary>
6359
[Obsolete("Use LoggingSettings.GetLoggingDirectory() instead, will be removed in Umbraco 13.")]
6460
public const string LogFiles = Umbraco + "/Logs";
65-
66-
[Obsolete("Use PluginIcons instead")]
67-
public static string AppPluginIcons => "/Backoffice/Icons";
6861
}
6962
}

0 commit comments

Comments
 (0)