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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-08-11 19:49:27 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-08-11 19:49:27 +0400
commit33686720f2313944d895e543c0fa306eaa9fe9c4 (patch)
tree012a833769a806dc0fa381b81ab496c228c56037 /source/blender/makesrna/intern/rna_internal.h
parent48ae40ccdf5475506700b7b50e5e677ecf301479 (diff)
Fix RNA parameter passing issue with dynamic arrays, was computing the wrong
size in some cases.
Diffstat (limited to 'source/blender/makesrna/intern/rna_internal.h')
-rw-r--r--source/blender/makesrna/intern/rna_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_internal.h b/source/blender/makesrna/intern/rna_internal.h
index d1cfb01abfb..72985f7b6e6 100644
--- a/source/blender/makesrna/intern/rna_internal.h
+++ b/source/blender/makesrna/intern/rna_internal.h
@@ -402,7 +402,6 @@ PointerRNA rna_pointer_inherit_refine(struct PointerRNA *ptr, struct StructRNA *
/* Functions */
int rna_parameter_size(struct PropertyRNA *parm);
-int rna_parameter_size_alloc(struct PropertyRNA *parm);
struct Mesh *rna_Main_meshes_new_from_object(
struct Main *bmain, struct ReportList *reports, struct Scene *sce,