diff --git a/src/Magnum.h b/src/Magnum.h index eadeff920..fe6466cec 100644 --- a/src/Magnum.h +++ b/src/Magnum.h @@ -41,17 +41,6 @@ typedef Math::Matrix3 Matrix3; /** @brief 4x4 floating-point matrix */ typedef Math::Matrix4 Matrix4; -/** - * @brief Disable copying of given class - * @param class Class name - * - * Makes copy constructor and assignment operator private, so the class cannot - * be copied. Should be placed at the beginning of class definition. - */ -#define DISABLE_COPY(class) \ - class(const class&); \ - class& operator=(const class&); - } -#endif \ No newline at end of file +#endif