Cleanup: Remove outdated comment

After rB01df48a983944ab3f8a, this comment no longer applies.
This commit is contained in:
Hans Goudey 2021-12-23 13:28:44 -06:00
parent 582f6032fc
commit 2df912466c
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ struct ID;
struct ReportList;
/* Attribute.domain */
/**
* \warning Careful when changing existing items.
* Arrays may be initialized from this (e.g. #DATASET_layout_hierarchy).
*/
typedef enum AttributeDomain {
ATTR_DOMAIN_AUTO = -1, /* Use for nodes to choose automatically based on other data. */
ATTR_DOMAIN_POINT = 0, /* Mesh, Hair or PointCloud Point */