From 350d8208236fca359df1867644e07f0294bf59b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 21 Jun 2015 01:38:42 +0200 Subject: [PATCH] Math: cleanup. --- src/Magnum/Math/Test/Matrix4Test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/Math/Test/Matrix4Test.cpp b/src/Magnum/Math/Test/Matrix4Test.cpp index bb1fd0048..361066673 100644 --- a/src/Magnum/Math/Test/Matrix4Test.cpp +++ b/src/Magnum/Math/Test/Matrix4Test.cpp @@ -180,7 +180,6 @@ void Matrix4Test::constructIdentity() { } void Matrix4Test::constructZero() { - /* Zero constructor */ constexpr Matrix4 a{ZeroInit}; CORRADE_COMPARE(a, Matrix4({0.0f, 0.0f, 0.0f, 0.0f}, {0.0f, 0.0f, 0.0f, 0.0f},