diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-25 04:11:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-25 04:11:28 +0100 |
commit | 7b756134b3a5fd9ca0ec700af0eafac91b5d4ee7 (patch) | |
tree | bcb1be8d391e749d512e87d1edf85b9f8bc715ca /src/wall-atlas.cpp | |
parent | 01b770e5f171a440f01cb9a9b2d974e9c8c82690 (diff) |
a
Diffstat (limited to 'src/wall-atlas.cpp')
-rw-r--r-- | src/wall-atlas.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wall-atlas.cpp b/src/wall-atlas.cpp index c540b57e..2b0c1106 100644 --- a/src/wall-atlas.cpp +++ b/src/wall-atlas.cpp @@ -144,12 +144,6 @@ auto wall_atlas::group(const Direction& dir, Group_ tag) const -> const Group* return &ret; } -auto wall_atlas::group(const Direction* dir, Group_ tag) const -> const Group* -{ - fm_debug_assert(dir != nullptr); - return group(*dir, tag); -} - auto wall_atlas::direction(size_t dir) const -> const Direction* { return get_Direction(Direction_(dir)); |