fix a msvc warning about unreachable code
This commit is contained in:
parent
1932c9962e
commit
a5a4225788
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue