Cancels a removal deadline.
void cancel(Entity entity, Type type) { final row = _rowOf(entity, type); if (row >= 0) _removeRow(row); }