summaryrefslogtreecommitdiff
path: root/src/unittests/resources/sdlimagehelper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/resources/sdlimagehelper.cc')
-rw-r--r--src/unittests/resources/sdlimagehelper.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unittests/resources/sdlimagehelper.cc b/src/unittests/resources/sdlimagehelper.cc
index e76e6f26d..1208a5ef2 100644
--- a/src/unittests/resources/sdlimagehelper.cc
+++ b/src/unittests/resources/sdlimagehelper.cc
@@ -75,7 +75,6 @@ TEST_CASE("sdlimagehelper combineSurface", "")
setEnv("SDL_VIDEODRIVER", "dummy");
client = new Client;
- logger = new Logger();
VirtFs::mountDirSilent("data", Append_false);
VirtFs::mountDirSilent("../data", Append_false);
@@ -553,7 +552,6 @@ TEST_CASE("sdlimagehelper combineSurface", "")
delete2(client);
VirtFs::unmountDirSilent("data");
VirtFs::unmountDirSilent("../data");
- delete2(logger);
}
#endif // SDL_BYTEORDER == SDL_LIL_ENDIAN