diff --git a/src/Math/RectangularMatrix.h b/src/Math/RectangularMatrix.h index 0b445cd60..b1d700b00 100644 --- a/src/Math/RectangularMatrix.h +++ b/src/Math/RectangularMatrix.h @@ -471,11 +471,6 @@ extern template Corrade::Utility::Debug MAGNUM_EXPORT operator<<(Corrade::Utilit return *reinterpret_cast(data); \ } \ \ - __VA_ARGS__& operator=(const Math::RectangularMatrix& other) { \ - Math::RectangularMatrix::operator=(other); \ - return *this; \ - } \ - \ __VA_ARGS__ operator-() const { \ return Math::RectangularMatrix::operator-(); \ } \