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>2018-10-29 03:08:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-29 03:08:55 +0300
commitc750ebe113e70c6b7e9efad2219e12546519d44b (patch)
tree3204e8a0d519759c204e4941a2dfc8464ba856c5 /source/blender/python/gpu/gpu_py_vertex_format.h
parent02035c34b735990f3685950621eff24c25d0e91c (diff)
PyAPI: remove GPUVertFormat() creation from a list
We already have `attr_add` method, best not have two ways to do the same thing. See: D3830
Diffstat (limited to 'source/blender/python/gpu/gpu_py_vertex_format.h')
-rw-r--r--source/blender/python/gpu/gpu_py_vertex_format.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/gpu/gpu_py_vertex_format.h b/source/blender/python/gpu/gpu_py_vertex_format.h
index f1f1961b0ad..5b0bf1addc2 100644
--- a/source/blender/python/gpu/gpu_py_vertex_format.h
+++ b/source/blender/python/gpu/gpu_py_vertex_format.h
@@ -37,7 +37,5 @@ typedef struct BPyGPUVertFormat {
} BPyGPUVertFormat;
PyObject *BPyGPUVertFormat_CreatePyObject(struct GPUVertFormat *fmt);
-bool bpygpu_vertformat_from_PyList(
- const PyListObject *list, const char *error_prefix, GPUVertFormat *r_fmt);
#endif /* __GPU_PY_VERTEX_FORMAT_H__ */