Skip to content

Commit

Permalink
Math: cleanup in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Jun 7, 2015
1 parent 1a389f7 commit fbe4330
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions src/Magnum/Math/Test/Matrix3Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ struct Matrix3Test: Corrade::TestSuite::Tester {
void constructZero();
void constructConversion();
void constructCopy();

void convert();

void isRigidTransformation();
Expand Down Expand Up @@ -103,7 +102,6 @@ Matrix3Test::Matrix3Test() {
&Matrix3Test::constructZero,
&Matrix3Test::constructConversion,
&Matrix3Test::constructCopy,

&Matrix3Test::convert,

&Matrix3Test::isRigidTransformation,
Expand Down
2 changes: 0 additions & 2 deletions src/Magnum/Math/Test/Matrix4Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ struct Matrix4Test: Corrade::TestSuite::Tester {
void constructZero();
void constructConversion();
void constructCopy();

void convert();

void isRigidTransformation();
Expand Down Expand Up @@ -114,7 +113,6 @@ Matrix4Test::Matrix4Test() {
&Matrix4Test::constructZero,
&Matrix4Test::constructConversion,
&Matrix4Test::constructCopy,

&Matrix4Test::convert,

&Matrix4Test::isRigidTransformation,
Expand Down
2 changes: 0 additions & 2 deletions src/Magnum/Math/Test/MatrixTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ struct MatrixTest: Corrade::TestSuite::Tester {
void constructZero();
void constructConversion();
void constructCopy();

void convert();

void isOrthogonal();
Expand Down Expand Up @@ -96,7 +95,6 @@ MatrixTest::MatrixTest() {
&MatrixTest::constructZero,
&MatrixTest::constructConversion,
&MatrixTest::constructCopy,

&MatrixTest::convert,

&MatrixTest::isOrthogonal,
Expand Down
2 changes: 0 additions & 2 deletions src/Magnum/Math/Test/Vector2Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ struct Vector2Test: Corrade::TestSuite::Tester {
void constructOneValue();
void constructConversion();
void constructCopy();

void convert();

void access();
Expand All @@ -85,7 +84,6 @@ Vector2Test::Vector2Test() {
&Vector2Test::constructOneValue,
&Vector2Test::constructConversion,
&Vector2Test::constructCopy,

&Vector2Test::convert,

&Vector2Test::access,
Expand Down
2 changes: 0 additions & 2 deletions src/Magnum/Math/Test/Vector3Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ struct Vector3Test: Corrade::TestSuite::Tester {
void constructParts();
void constructConversion();
void constructCopy();

void convert();

void access();
Expand All @@ -85,7 +84,6 @@ Vector3Test::Vector3Test() {
&Vector3Test::constructParts,
&Vector3Test::constructConversion,
&Vector3Test::constructCopy,

&Vector3Test::convert,

&Vector3Test::access,
Expand Down
2 changes: 0 additions & 2 deletions src/Magnum/Math/Test/Vector4Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ struct Vector4Test: Corrade::TestSuite::Tester {
void constructParts();
void constructConversion();
void constructCopy();

void convert();

void access();
Expand All @@ -86,7 +85,6 @@ Vector4Test::Vector4Test() {
&Vector4Test::constructParts,
&Vector4Test::constructConversion,
&Vector4Test::constructCopy,

&Vector4Test::convert,

&Vector4Test::access,
Expand Down

0 comments on commit fbe4330

Please sign in to comment.