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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-08-22 17:49:05 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-08-22 17:59:00 +0300
commit564a378bd1f43b8d9e78b00675fee27fb98bbc7d (patch)
tree1f42601f2dedbe204ff1d28812405a894d4da0b7 /source/blender/blenkernel/intern/multires_reshape.c
parentb28a74746b94026365d1c30a21454c933450187a (diff)
Multires: Remove another unused argument from reshape function
Diffstat (limited to 'source/blender/blenkernel/intern/multires_reshape.c')
-rw-r--r--source/blender/blenkernel/intern/multires_reshape.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/multires_reshape.c b/source/blender/blenkernel/intern/multires_reshape.c
index b1d56ffef1f..f0d97e71a88 100644
--- a/source/blender/blenkernel/intern/multires_reshape.c
+++ b/source/blender/blenkernel/intern/multires_reshape.c
@@ -417,7 +417,6 @@ static bool multires_reshape_from_vertcos(struct Depsgraph *depsgraph,
*/
bool multiresModifier_reshape(
struct Depsgraph *UNUSED(depsgraph),
- Scene *UNUSED(scene),
MultiresModifierData *UNUSED(mmd),
Object *UNUSED(dst),
Object *UNUSED(src))