mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 20:41:13 +00:00
fix a msvc warning about unreachable code
This commit is contained in:
parent
1932c9962e
commit
a5a4225788
@ -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…
x
Reference in New Issue
Block a user