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-11-20 18:31:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-20 18:31:58 +0400
commit68e9fdeb810e1665c1415abffc43ba3e2030e88d (patch)
tree525c25c2712187be90d49a469d5db452af9cf5c3 /source/blender/bmesh/intern/bmesh_operator_api.h
parentf92359cc2998126395ff772f1f0d20867c058be0 (diff)
code cleanup: comment unused members of bmesh operator slots and some osl style edits.
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_operator_api.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_operator_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/bmesh/intern/bmesh_operator_api.h b/source/blender/bmesh/intern/bmesh_operator_api.h
index 1bff79ba799..b87e023e63a 100644
--- a/source/blender/bmesh/intern/bmesh_operator_api.h
+++ b/source/blender/bmesh/intern/bmesh_operator_api.h
@@ -119,8 +119,8 @@ typedef struct BMOpSlot {
const char *slot_name; /* pointer to BMOpDefine.slot_args */
int slot_type;
int len;
- int flag;
- int index; /* index within slot array */
+// int flag; /* UNUSED */
+// int index; /* index within slot array */ /* UNUSED */
union {
int i;
float f;