deselect method

void deselect()

Implementation

void deselect() {
  selected = false;
}