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>2013-12-27 16:34:36 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-12-27 16:34:36 +0400
commit8632aab88d09eb3963bce6435c14f49827debb24 (patch)
treede35ba4b31d121ddb979f514bbeb6aba548e08e6 /source/blender/blenkernel/BKE_mask.h
parent8870af6d3712eb5ed0302a5168487676af33f0da (diff)
Remove TODO. Those args could be useful in the future.
Diffstat (limited to 'source/blender/blenkernel/BKE_mask.h')
-rw-r--r--source/blender/blenkernel/BKE_mask.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_mask.h b/source/blender/blenkernel/BKE_mask.h
index 125a4354c37..c8b32506a16 100644
--- a/source/blender/blenkernel/BKE_mask.h
+++ b/source/blender/blenkernel/BKE_mask.h
@@ -161,7 +161,6 @@ bool BKE_mask_layer_shape_spline_from_index(struct MaskLayer *masklay, int index
struct MaskSpline **r_masklay_shape, int *r_index);
int BKE_mask_layer_shape_spline_to_index(struct MaskLayer *masklay, struct MaskSpline *spline);
-/* TODO(sergey): do_init and do_init_interpolate are always true, so let's wipe them later. */
void BKE_mask_layer_shape_changed_add(struct MaskLayer *masklay, int index,
bool do_init, bool do_init_interpolate);