diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-18 12:30:07 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-18 12:30:07 +0100 |
commit | 714390250377d88376b7336900b9806cdcefc23a (patch) | |
tree | 4bb314d48b2dc38f08d312b9c4634c0cf609b07a | |
parent | 2cb5bd6768c1c6aa5ec7e1ac2028052bba383fdf (diff) |
kill redundant type alias
-rw-r--r-- | atlas.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ #include <array> namespace Magnum::Examples { -using Vector2i = Math::Vector<2, int>; struct atlas_texture final { |