remove unused SyncList.Dirty function

This commit is contained in:
vis2k 2019-12-02 11:50:18 +01:00
parent 7898dc2347
commit 1eae07fa2c

View File

@ -330,11 +330,6 @@ public void RemoveAt(int index)
AddOperation(Operation.OP_REMOVEAT, index); AddOperation(Operation.OP_REMOVEAT, index);
} }
public void Dirty(int index)
{
AddOperation(Operation.OP_DIRTY, index, objects[index]);
}
public T this[int i] public T this[int i]
{ {
get => objects[i]; get => objects[i];