From 3a95d760e97d16fcc499aee8df1be4fe583c8168 Mon Sep 17 00:00:00 2001 From: lhofhansl Date: Wed, 8 Aug 2018 17:53:06 +0400 Subject: Some minor Fastface optimizations. (#7628) --- src/client/tile.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/client') 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. -- cgit v1.2.3