Removed orphaned function declaration

This function appears to now be part of game_board.
This commit is contained in:
Charles Dang 2017-12-01 12:35:00 +11:00
parent 238a994429
commit 911fd9fa99

View file

@ -63,12 +63,4 @@ namespace game_events
/// Tracks the known action handlers.
static map registry_;
};
/**
* Changes a terrain location.
* Ensures that villages are properly lost and that new terrains are discovered.
*/
void change_terrain(const map_location &loc, const t_translation::terrain_code &t,
terrain_type_data::merge_mode mode, bool replace_if_failed);
}