diff --git a/src/Math/Matrix.h b/src/Math/Matrix.h index 5761d2b32..2d4c71907 100644 --- a/src/Math/Matrix.h +++ b/src/Math/Matrix.h @@ -26,7 +26,6 @@ namespace Magnum { namespace Math { /** * @brief %Matrix * - * @todo @c PERFORMANCE - implicit sharing * @todo @c PERFORMANCE - loop unrolling for Matrix and Matrix */ template class Matrix {