diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-01 06:57:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-01 06:57:14 +0100 |
commit | b025c445ec226a279f7ec5d56ac320a0d53bf2cf (patch) | |
tree | eb2395438d0ba544085d448dbf130c434a6a7c27 /src/wall-atlas.hpp | |
parent | c472b8d4d2719537ccf7b11f80717ca0cf3c22c2 (diff) |
a
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r-- | src/wall-atlas.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 31f62388..f3b659a4 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -149,7 +149,6 @@ public: GL::Texture2D& texture(); static size_t enum_to_index(enum rotation x); - //static void validate(const wall_atlas& a, const ImageView2D& img) noexcept(false); static Vector2ui expected_size(unsigned depth, Group_ group); struct dir_tuple |