marker control - no need to set Color.White, that is the default

This commit is contained in:
adelikat 2019-10-27 10:14:29 -05:00
parent cbace55d01
commit f579961823
1 changed files with 0 additions and 8 deletions

View File

@ -70,14 +70,6 @@ namespace BizHawk.Client.EmuHawk
color = column.Name == "LabelColumn" ? TAStudio.GreenZone_FrameCol : TAStudio.GreenZone_InputLog;
}
}
else
{
color = Color.White;
}
}
else
{
color = Color.White;
}
}