diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 22:47:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 22:47:20 +0200 |
commit | ed90a4cec86f4e8beb38c69fc2aaa0c7bfa84b7b (patch) | |
tree | 5a224daf40d3d6585580bb639dc23ce14f2430bf /test | |
parent | 9107e0ff64fc5788d90c0b44da3f7148cba4f966 (diff) |
a
Diffstat (limited to 'test')
-rw-r--r-- | test/json.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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"); } |