From 9d2ea4ba156bdd8f04c1bd0f2a614c87ab88ee61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 12 Mar 2014 16:41:46 +0100 Subject: [PATCH] Shapes: removed unused variable from the test. The purpose wasn't commented at all, so I may just assume that it got lost after some refactoring. --- src/Magnum/Shapes/Test/ShapeTest.cpp | 3 --- 1 file changed, 3 deletions(-) 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));