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:
authorJoseph Eagar <joeedh@gmail.com>2022-09-29 01:50:09 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-09-29 01:50:09 +0300
commit53ac3192ba07c4271c86479186ed0d0b8cd7846f (patch)
treee7d46d6d409dd19ede4fa7f7886ea1f7e14a6130 /source/blender/blenkernel/BKE_customdata.h
parent65900d88a8317c207885ae4a3993272112114f36 (diff)
Cleanup: remove duplicate declaration
Also got rid of ATTR_NO_OPT macro.
Diffstat (limited to 'source/blender/blenkernel/BKE_customdata.h')
-rw-r--r--source/blender/blenkernel/BKE_customdata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index 0e172abd9a2..22e4a2bce87 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -450,7 +450,6 @@ int CustomData_get_stencil_layer(const struct CustomData *data, int type);
* if no such active layer is defined.
*/
const char *CustomData_get_active_layer_name(const struct CustomData *data, int type);
-const char *CustomData_get_render_layer_name(const struct CustomData *data, int type);
/**
* Returns name of the default layer of the given type or NULL