Remove TODO. Those args could be useful in the future.

This commit is contained in:
Sergey Sharybin
2013-12-27 18:34:36 +06:00
parent 8870af6d37
commit 8632aab88d

View File

@@ -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);