From 2df912466ca65b6daa9366e09f2e070a015710a4 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 23 Dec 2021 13:28:44 -0600 Subject: Cleanup: Remove outdated comment After rB01df48a983944ab3f8a, this comment no longer applies. --- source/blender/blenkernel/BKE_attribute.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/blenkernel/BKE_attribute.h') diff --git a/source/blender/blenkernel/BKE_attribute.h b/source/blender/blenkernel/BKE_attribute.h index 2c83bef7517..1e2dcf09b64 100644 --- a/source/blender/blenkernel/BKE_attribute.h +++ b/source/blender/blenkernel/BKE_attribute.h @@ -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 */ -- cgit v1.2.3