unsetProtected method

void unsetProtected()

Implementation

void unsetProtected() {
  attrs &= ~CellAttr.protected;
}