Cleanup: Remove unnecessary use of deprecated DNA define

This was solved by `dna::shallow_copy`
This commit is contained in:
2022-11-30 10:27:10 -06:00
parent c17d7ddabe
commit 0b13e7ce0f

View File

@@ -3,8 +3,6 @@
/** \file
* \ingroup obj
*/
/* Silence warnings from copying deprecated fields. Needed for an Object copy constructor use. */
#define DNA_DEPRECATED_ALLOW
#include "BKE_attribute.hh"
#include "BKE_customdata.h"