Removing an unecessary assert

This commit is contained in:
Étienne Simon 2012-08-25 09:13:24 +00:00
parent 3f7bbb96f6
commit ef27e01156

View file

@ -1068,7 +1068,6 @@ bool manager::has_actions() const
bool manager::unit_has_actions(unit const* unit) const
{
assert(!wait_for_side_init_);
assert(unit != NULL);
return viewer_actions()->unit_has_actions(*unit);
}