From 2cbe9ac217ebc0212b5bc9c69f6b95d7f141e962 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 16:33:32 +0300 Subject: remove unused variable from maplayer. --- src/maplayer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/maplayer.h') diff --git a/src/maplayer.h b/src/maplayer.h index 62c6e86b7..ad74ad7d2 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -200,8 +200,7 @@ class SpecialLayer final friend class Map; friend class MapLayer; - SpecialLayer(const int width, const int height, - const bool drawSprites = false); + SpecialLayer(const int width, const int height); A_DELETE_COPY(SpecialLayer) @@ -225,7 +224,6 @@ class SpecialLayer final int mWidth; int mHeight; MapItem **mTiles; - bool mDrawSprites; }; class MapItem final -- cgit v1.2.3-60-g2f50