From ed90a4cec86f4e8beb38c69fc2aaa0c7bfa84b7b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Oct 2022 22:47:20 +0200 Subject: a --- test/json.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/json.cpp b/test/json.cpp index d237c674..5e60b7ee 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -11,10 +11,8 @@ namespace Magnum::Examples { bool app::test_json() // NOLINT(readability-convert-member-functions-to-static) { bool ret = true; - using nlohmann::to_json; const std::filesystem::path output_dir = "../test/"; { - nlohmann::json j; auto atlas = loader.tile_atlas("share/game/images/metal1.tga", {2, 2}); ret &= json_helper::to_json(atlas, output_dir/"atlas.json"); } -- cgit v1.2.3