Remove unused prop `Cell.CurrentText`
This commit is contained in:
parent
bbe7040554
commit
c5a478a28a
|
@ -13,7 +13,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
public RollColumn Column { get; internal set; }
|
||||
public int? RowIndex { get; internal set; }
|
||||
public string CurrentText { get; internal set; }
|
||||
|
||||
public Cell() { }
|
||||
|
||||
|
|
Loading…
Reference in New Issue