fix: remove bad/dupe white

This commit is contained in:
kalilistic 2021-08-15 08:59:56 -04:00
parent 64065abc9d
commit 401e6e2868
2 changed files with 0 additions and 6 deletions

View file

@ -7,11 +7,6 @@ namespace Dalamud.Interface.Colors
/// </summary>
public static class ImGuiColors
{
/// <summary>
/// Gets white color.
/// </summary>
public static Vector4 White { get; } = new Vector4(255, 255, 255, 1);
/// <summary>
/// Gets red used in dalamud.
/// </summary>

View file

@ -26,7 +26,6 @@ namespace Dalamud.Interface.Internal.Windows
this.colors = new List<(string Name, Vector4 Color)>()
{
("White", ImGuiColors.White),
("DalamudRed", ImGuiColors.DalamudRed),
("DalamudGrey", ImGuiColors.DalamudGrey),
("DalamudGrey2", ImGuiColors.DalamudGrey2),