input roll - cleanup

This commit is contained in:
adelikat 2019-12-02 20:08:03 -06:00
parent 9b69a4a1fc
commit 92bf482609
1 changed files with 0 additions and 1 deletions

View File

@ -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)