diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-22 15:29:40 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-22 15:29:40 +0100 |
commit | a91f743cea0e72b7ef7c18683d51aa603407afa2 (patch) | |
tree | 750a924144ef2b1a97fa532dee27589b9f049625 /test/wall-atlas.cpp | |
parent | 71461bb69d54cf461d7c1222b09094c6fc5c73fc (diff) |
a
Diffstat (limited to 'test/wall-atlas.cpp')
-rw-r--r-- | test/wall-atlas.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/wall-atlas.cpp b/test/wall-atlas.cpp index 35096ea4..d544ac2b 100644 --- a/test/wall-atlas.cpp +++ b/test/wall-atlas.cpp @@ -104,11 +104,6 @@ void test_read_groups(StringView filename) return atlas; } -void write_to_temp_file(const wall_atlas_def& atlas) -{ - atlas.serialize(temp_filename()); -} - } // namespace } // namespace floormat::Wall::detail |