diff options
Diffstat (limited to 'src/resources/map/maplayer_unittest.cc')
-rw-r--r-- | src/resources/map/maplayer_unittest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/map/maplayer_unittest.cc b/src/resources/map/maplayer_unittest.cc index 184afce1d..2cfe7a0f5 100644 --- a/src/resources/map/maplayer_unittest.cc +++ b/src/resources/map/maplayer_unittest.cc @@ -528,8 +528,6 @@ TEST_CASE("MapLayer updateCache") Image *const img2 = new Image(32, 32); Image *const img3 = new Image(32, 32); MapLayer *layer = nullptr; - int width; - int nextTile; SECTION("simple 1") { @@ -893,8 +891,6 @@ TEST_CASE("MapLayer updateConditionTiles") Image *const img1 = new Image(32, 32); Map *map = nullptr; MapLayer *layer = nullptr; - int width; - int nextTile; SECTION("simple 1") { |