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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-02-14 16:10:53 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-02-14 16:10:53 +0300
commit5ba727861db2603fe1ca9857b7f140a1271807ef (patch)
tree397b4101d9baf66ecb0062017fc62b840222e7d4 /source/blender/editors/transform/transform.c
parente139a3f9a5f11b0e5ed2315cdc4da0a7c59368ae (diff)
Cleanup: compiler warnings
Diffstat (limited to 'source/blender/editors/transform/transform.c')
-rw-r--r--source/blender/editors/transform/transform.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index e00af488f46..13a7ffae141 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -75,8 +75,6 @@ static void drawTransformApply(const struct bContext *C, ARegion *ar, void *arg)
static void initSnapSpatial(TransInfo *t, float r_snap[3]);
-static void storeCustomLNorValue(TransDataContainer *t, BMesh *bm);
-
bool transdata_check_local_islands(TransInfo *t, short around)
{
return ((around == V3D_AROUND_LOCAL_ORIGINS) && ((ELEM(t->obedit_type, OB_MESH))));