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;