Remove unused variable in ButtonTooltipWithDescHighlightLogic.

This commit is contained in:
Paul Chote
2018-12-30 16:53:32 +00:00
parent 094c8b6432
commit ef9f74411b

View File

@@ -58,7 +58,6 @@ namespace OpenRA.Mods.Common.Widgets.Logic
{
var line = l;
var lineWidth = 0;
var xOffset = descTemplate.Bounds.X;
while (line.Length > 0)
{