diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 15:36:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 15:36:07 +0200 |
commit | 3981b5f5e0f191961f01699fab7c50533c48d352 (patch) | |
tree | 976e45d3bc809d2165078f0076b0829aa943201a /src/rotation.hpp | |
parent | 82ab34aa83463179339eb8382edf1c22cacdad61 (diff) |
fix/remove obsolete todo comments
Diffstat (limited to 'src/rotation.hpp')
-rw-r--r-- | src/rotation.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotation.hpp b/src/rotation.hpp index 99f8c4a3..471007c3 100644 --- a/src/rotation.hpp +++ b/src/rotation.hpp @@ -8,6 +8,6 @@ enum class rotation : unsigned char { constexpr inline size_t rotation_BITS = 3; constexpr inline size_t rotation_MASK = (1 << rotation_BITS)-1; -constexpr inline rotation rotation_COUNT = rotation{1 << rotation_BITS}; // todo! remove +constexpr inline rotation rotation_COUNT = rotation{1 << rotation_BITS}; } // namespace floormat |