Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-09-06 04:33:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-06 04:33:59 +0400
commitd75a66674d17e2f4b1250b63ddb42b431135265c (patch)
tree1e2007535ec4a11cbd3671e8c02a4f0a1e1cbbf3 /source/blender/blenkernel/BKE_customdata.h
parent20b84ec37c68ce1f9b1a82815f8c7cb7b5e7f7f3 (diff)
code cleanup: remove deprecated defines and some struct members
Diffstat (limited to 'source/blender/blenkernel/BKE_customdata.h')
-rw-r--r--source/blender/blenkernel/BKE_customdata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index 8d486218d21..19dd67b88f8 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -124,8 +124,6 @@ void CustomData_free_temporary(struct CustomData *data, int totelem);
/* adds a data layer of the given type to the CustomData object, optionally
* backed by an external data array. the different allocation types are
* defined above. returns the data of the layer.
- *
- * in editmode, use EDBM_data_layer_add instead of this function
*/
void *CustomData_add_layer(struct CustomData *data, int type, int alloctype,
void *layer, int totelem);