1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 01:07:23 +08:00

Remove delete string from CommonStrings

This commit is contained in:
schiavoanto 2025-03-06 00:22:47 +01:00
parent ee2615da53
commit 5c3695673b

View File

@ -49,11 +49,6 @@ namespace osu.Game.Localisation
/// </summary> /// </summary>
public static LocalisableString Export => new TranslatableString(getKey(@"export"), @"Export"); public static LocalisableString Export => new TranslatableString(getKey(@"export"), @"Export");
/// <summary>
/// "Delete"
/// </summary>
public static LocalisableString Delete => new TranslatableString(getKey(@"delete"), @"Delete");
/// <summary> /// <summary>
/// "Width" /// "Width"
/// </summary> /// </summary>