removeRefusedChoice method

void removeRefusedChoice(
  1. Choice choice
)

Supprime un choix de la liste des choix refusés.

Implementation

void removeRefusedChoice(Choice choice) {
  refused.remove(choice);
}