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:
authorRohan Rathi <rohanrathi08@gmail.com>2018-07-19 16:57:45 +0300
committerRohan Rathi <rohanrathi08@gmail.com>2018-07-19 16:57:45 +0300
commitb6b185691f018f6b175ffb58c65418991cda75f2 (patch)
tree2c24c02a2e63eeec4c8668fa7d652f88996722be /source/blender/makesdna/DNA_modifier_types.h
parent43ac0f38d72a33cf6721909f3f671ac2dac6ffe3 (diff)
Code cleanup and fixes
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 5e8ead09d91..fec73c267ce 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -318,7 +318,6 @@ enum {
typedef struct BevelModNorEditData {
struct GHash *faceHash;
- struct GHash *vert_hash;
} BevelModNorEditData;
typedef struct BevelModifierData {