Fixup 37dee4b (unused variable)

This commit is contained in:
Charles Dang 2018-03-22 04:51:15 +11:00
parent db64bc7126
commit eeffa82e2b

View file

@ -433,7 +433,6 @@ void undo_list::redo()
*/
bool undo_list::apply_shroud_changes() const
{
game_display &disp = *game_display::get_singleton();
team &tm = resources::gameboard->get_team(side_);
// No need to do clearing if fog/shroud has been kept up-to-date.
if ( tm.auto_shroud_updates() || !tm.fog_or_shroud() ) {