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-12-22 18:04:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-22 18:04:09 +0400
commitdf6b0af04a8fa43388403190497607484aa29885 (patch)
tree64522a03edd57de6b2c57b08a5dc7a00144d3c42 /source/blender/makesrna/RNA_access.h
parent634be5992d8f3b76b510ff7cf19a1b43a18d1a21 (diff)
replace RNA_ID_type_name() with BKE_idcode_to_name_plural()
Diffstat (limited to 'source/blender/makesrna/RNA_access.h')
-rw-r--r--source/blender/makesrna/RNA_access.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.h
index d7dad1757f0..5f4e4ce4259 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -1039,8 +1039,6 @@ int RNA_function_call_direct_va_lookup(struct bContext *C, struct ReportList *re
short RNA_type_to_ID_code(StructRNA *type);
StructRNA *ID_code_to_RNA_type(short idcode);
-const char *RNA_ID_type_name(short type);
-
#define RNA_POINTER_INVALIDATE(ptr) { \
/* this is checked for validity */ \