summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-02-18 12:30:07 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-02-18 12:30:07 +0100
commit714390250377d88376b7336900b9806cdcefc23a (patch)
tree4bb314d48b2dc38f08d312b9c4634c0cf609b07a
parent2cb5bd6768c1c6aa5ec7e1ac2028052bba383fdf (diff)
kill redundant type alias
-rw-r--r--atlas.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/atlas.hpp b/atlas.hpp
index 4d747137..05bfc7bc 100644
--- a/atlas.hpp
+++ b/atlas.hpp
@@ -6,7 +6,6 @@
#include <array>
namespace Magnum::Examples {
-using Vector2i = Math::Vector<2, int>;
struct atlas_texture final
{