From 1e383e3d7002eb02bf48547c2feba8f0db16050c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 12 Apr 2013 13:22:34 +0200 Subject: [PATCH] Physics: very minor code cleanup. --- src/Physics/AbstractShape.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Physics/AbstractShape.h b/src/Physics/AbstractShape.h index ea5083982..aaa541663 100644 --- a/src/Physics/AbstractShape.h +++ b/src/Physics/AbstractShape.h @@ -130,7 +130,6 @@ template class MAGNUM_PHYSICS_EXPORT AbstractShape { virtual bool collides(const AbstractShape* other) const; }; - /** @brief Abstract two-dimensional shape */ typedef AbstractShape<2> AbstractShape2D;