Removing an unecessary assert
This commit is contained in:
parent
3f7bbb96f6
commit
ef27e01156
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue