summaryrefslogtreecommitdiff
path: root/src/unittests/resources/map/maplayer/drawfringesimple.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/resources/map/maplayer/drawfringesimple.cc')
-rw-r--r--src/unittests/resources/map/maplayer/drawfringesimple.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unittests/resources/map/maplayer/drawfringesimple.cc b/src/unittests/resources/map/maplayer/drawfringesimple.cc
index 8c3457e8f..e910a5702 100644
--- a/src/unittests/resources/map/maplayer/drawfringesimple.cc
+++ b/src/unittests/resources/map/maplayer/drawfringesimple.cc
@@ -51,7 +51,6 @@ TEST_CASE("MapLayer drawFringe simple", "")
{
setEnv("SDL_VIDEODRIVER", "dummy");
- logger = new Logger;
VirtFs::mountDirSilent("data", Append_false);
VirtFs::mountDirSilent("../data", Append_false);
@@ -504,5 +503,4 @@ TEST_CASE("MapLayer drawFringe simple", "")
ResourceManager::deleteInstance();
VirtFs::unmountDirSilent("data");
VirtFs::unmountDirSilent("../data");
- delete2(logger);
}