summaryrefslogtreecommitdiff
path: root/src/maplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 16:33:32 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:20 +0300
commit2cbe9ac217ebc0212b5bc9c69f6b95d7f141e962 (patch)
treec8811abef9a9812203f8cb527fd25153c9e8d0de /src/maplayer.h
parent4f637fe6d2f528a40763c5bae23ba05137995827 (diff)
downloadplus-2cbe9ac217ebc0212b5bc9c69f6b95d7f141e962.tar.gz
plus-2cbe9ac217ebc0212b5bc9c69f6b95d7f141e962.tar.bz2
plus-2cbe9ac217ebc0212b5bc9c69f6b95d7f141e962.tar.xz
plus-2cbe9ac217ebc0212b5bc9c69f6b95d7f141e962.zip
remove unused variable from maplayer.
Diffstat (limited to 'src/maplayer.h')
-rw-r--r--src/maplayer.h4
1 files changed, 1 insertions, 3 deletions
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