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>2014-03-31 02:57:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-31 02:58:17 +0400
commitc24c34324c9c4b97d3a9c761ac9485f20a1baf56 (patch)
tree5c28401e0c82c527eee2f0e7439ade60e995a70b /source/blender/editors/include/ED_transverts.h
parentf1962f187f432fadc03b92b64b0bd743a267bf95 (diff)
Code cleanup: remove unused members of TransVert
Diffstat (limited to 'source/blender/editors/include/ED_transverts.h')
-rw-r--r--source/blender/editors/include/ED_transverts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_transverts.h b/source/blender/editors/include/ED_transverts.h
index e7e30e6ca6f..53ee508c4ab 100644
--- a/source/blender/editors/include/ED_transverts.h
+++ b/source/blender/editors/include/ED_transverts.h
@@ -36,7 +36,6 @@ struct Object;
typedef struct TransVert {
float *loc;
float oldloc[3], maploc[3];
- float *val, oldval;
int flag;
} TransVert;