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:
authorBastien Montagne <montagne29@wanadoo.fr>2019-02-08 19:40:45 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-02-08 20:53:09 +0300
commit4b4a231250248dc144dc80eefc3b7517ad2d24dc (patch)
treec656868038d9deca0fe4fc848ec3e04de0021ac6 /source/blender/blenkernel/BKE_idcode.h
parent389515f4415de743254464d972615448a8f4530f (diff)
Cleanup: API doc is to be in implementation, not header file.
Diffstat (limited to 'source/blender/blenkernel/BKE_idcode.h')
-rw-r--r--source/blender/blenkernel/BKE_idcode.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenkernel/BKE_idcode.h b/source/blender/blenkernel/BKE_idcode.h
index ff6e4689f40..29231a51f81 100644
--- a/source/blender/blenkernel/BKE_idcode.h
+++ b/source/blender/blenkernel/BKE_idcode.h
@@ -36,12 +36,6 @@ short BKE_idcode_from_idfilter(const int idfilter);
int BKE_idcode_to_index(const short idcode);
short BKE_idcode_from_index(const int index);
-/**
- * Return an ID code and steps the index forward 1.
- *
- * \param index: start as 0.
- * \return the code, 0 when all codes have been returned.
- */
short BKE_idcode_iter_step(int *index);
#endif