Remove unused variable in ButtonTooltipWithDescHighlightLogic.
This commit is contained in:
@@ -58,7 +58,6 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
|||||||
{
|
{
|
||||||
var line = l;
|
var line = l;
|
||||||
var lineWidth = 0;
|
var lineWidth = 0;
|
||||||
var xOffset = descTemplate.Bounds.X;
|
|
||||||
|
|
||||||
while (line.Length > 0)
|
while (line.Length > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user