X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Flayer_motionblur.h;h=31e2c177b148d725e03e9356383d72e2368d16ea;hb=771bab79d7ca89c8389d9ec4aef5a0f8387f8f7c;hp=43d946bfef007a547e8c356b37911dfbfff5a69a;hpb=18bd95649e87854ac1fbe471231158c8979983cd;p=synfig.git diff --git a/synfig-core/src/synfig/layer_motionblur.h b/synfig-core/src/synfig/layer_motionblur.h index 43d946b..31e2c17 100644 --- a/synfig-core/src/synfig/layer_motionblur.h +++ b/synfig-core/src/synfig/layer_motionblur.h @@ -56,12 +56,6 @@ private: Real subsample_end; mutable Time time_cur; - bool aperture_static; - bool subsamples_factor_static; - bool subsampling_type_static; - bool subsample_start_static; - bool subsample_end_static; - public: Layer_MotionBlur(); virtual bool set_param(const String & param, const synfig::ValueBase &value);