From 92bf48260925ac3de6cb7df99c3de947d83e5aca Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 2 Dec 2019 20:08:03 -0600 Subject: [PATCH] input roll - cleanup --- .../CustomControls/InputRoll/InputRoll.Drawing.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.Drawing.cs b/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.Drawing.cs index 5b12a91d3f..88a3a61571 100644 --- a/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.Drawing.cs +++ b/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.Drawing.cs @@ -166,7 +166,6 @@ namespace BizHawk.Client.EmuHawk var column = visibleColumns[j]; var columnHeight = GetHColHeight(j); var textHeight = (int)_renderer.MeasureString(column.Text, Font).Height; - var point = new Point(CellWidthPadding, y + ((columnHeight - textHeight) / 2)); int strX = CellWidthPadding; int strY = y + ((columnHeight - textHeight) / 2); if (IsHoveringOnColumnCell && column == CurrentCell.Column)