summaryrefslogtreecommitdiff
path: root/src/client/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/tile.h')
-rw-r--r--src/client/tile.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/tile.h b/src/client/tile.h
index b1f6d6ac9..143c67298 100644
--- a/src/client/tile.h
+++ b/src/client/tile.h
@@ -313,10 +313,7 @@ struct TileLayer
*/
struct TileSpec
{
- TileSpec() {
- for (auto &layer : layers)
- layer = TileLayer();
- }
+ TileSpec() = default;
/*!
* Returns true if this tile can be merged with the other tile.