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:
authormano-wii <germano.costa@ig.com.br>2019-08-04 00:41:16 +0300
committermano-wii <germano.costa@ig.com.br>2019-08-05 15:30:55 +0300
commitf9cf8151603dc3e3cad09e79027e8f4d89ee1ae7 (patch)
tree0bc2a5a6abf6241030f485e56b42d287feeb8cab /source/blender/editors/include/ED_view3d.h
parent38d7e14dc8bd1246a95570239971f61056f76227 (diff)
ED_view3D: Remove and replace `ED_view3d_select_id_read`
It is very similar to `ED_view3d_select_id_read_rect`.
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index afdbbeedff4..fef3ff0749f 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -465,7 +465,6 @@ int ED_view3d_backbuf_sample_size_clamp(struct ARegion *ar, const float dist);
void ED_view3d_select_id_validate(struct ViewContext *vc);
-uint *ED_view3d_select_id_read(int xmin, int ymin, int xmax, int ymax, uint *r_buf_len);
uint *ED_view3d_select_id_read_rect(const struct rcti *rect, uint *r_buf_len);
bool ED_view3d_autodist(struct Depsgraph *depsgraph,