fix a msvc warning about unreachable code

This commit is contained in:
anonymissimus 2013-04-13 19:31:06 +02:00
parent 1932c9962e
commit a5a4225788

View file

@ -215,7 +215,6 @@ tristate_button::PRESSED_STATE tristate_button::pressed_state() const {
return NONE;
break;
}
return NONE;
}
void tristate_button::enable(bool new_val) {