diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-24 08:25:42 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-24 08:25:42 +0200 |
| commit | 968905a4056d1ab7b13f15817a03f3e6dbb3fbea (patch) | |
| tree | 423fa2d7cbb17271abad8543422d23e436e6950e /src/chunk.hpp | |
| parent | d60c3b214989c486b9af9e9935a52acd183b5370 (diff) | |
remove unused chunk::at_offset
Diffstat (limited to 'src/chunk.hpp')
| -rw-r--r-- | src/chunk.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index cf41a970..cb5dca51 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -34,8 +34,6 @@ public: tile_proto operator[](local_coords xy) const noexcept; chunk_coords_ coord() const noexcept; - tile_ref at_offset(local_coords pos, Vector2i off); - tile_ref at_offset(tile_ref r, Vector2i off); Optional<tile_ref> at_offset_(local_coords pos, Vector2i off); Optional<tile_ref> at_offset_(tile_ref r, Vector2i off); |
