diff --git a/src/Magnum/Shapes/Test/ShapeTest.cpp b/src/Magnum/Shapes/Test/ShapeTest.cpp index e9a74d915..e75d5213a 100644 --- a/src/Magnum/Shapes/Test/ShapeTest.cpp +++ b/src/Magnum/Shapes/Test/ShapeTest.cpp @@ -192,9 +192,6 @@ void ShapeTest::firstCollision() { Object3D b(&scene); Shape bShape(b, {{3.0f, -2.0f, 3.0f}}, &shapes); - Object3D c(&scene); - Shape cShape(c, &shapes); - /* No collisions initially */ CORRADE_VERIFY(!shapes.firstCollision(aShape)); CORRADE_VERIFY(!shapes.firstCollision(bShape));