mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 18:46:19 +00:00
Remove useless void.
This commit is contained in:
parent
6c2bf12c41
commit
8b64e58dd4
@ -142,7 +142,7 @@ void a_star_world::resize_IFN(size_t parWidth, size_t parHeight)
|
||||
vectAStarNode_.resize(sz);
|
||||
}
|
||||
|
||||
void a_star_world::clear(void)
|
||||
void a_star_world::clear()
|
||||
{
|
||||
a_star_node *locNode = NULL;
|
||||
std::fill(vectAStarNode_.begin(), vectAStarNode_.end(), locNode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user