Remove unused prop `Cell.CurrentText`

This commit is contained in:
James Groom 2024-03-20 19:34:45 +00:00 committed by GitHub
parent bbe7040554
commit c5a478a28a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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() { }