Removes a state from the current state set. If the state is not
in the set, the state set will be unchanged and the return value
will be false. If the state is in the state set, it will be removed
from the set and the return value will be true.
Returns:
true if the state is in the state set; false if the state set
will be unchanged
Parameters:
-
state - the state to remove from the state set