X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_particle%2Fplant.h;h=2772ed8101ae8be6b65d98b1f126ce2bc99eb326;hb=1c67f83acb538440856f600e7108b363c730cf80;hp=4f0354149b8433a9d7f1615e76ad003a8b1c269f;hpb=5258ea3fc1fc9e3b45627fd217e5229fc53f305a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_particle/plant.h b/synfig-core/trunk/src/modules/mod_particle/plant.h index 4f03541..2772ed8 100644 --- a/synfig-core/trunk/src/modules/mod_particle/plant.h +++ b/synfig-core/trunk/src/modules/mod_particle/plant.h @@ -85,15 +85,13 @@ private: mutable bool needs_sync_; mutable synfig::Mutex mutex; - void branch(int n, int depth,float t, float stunt_growth, synfig::Point position,synfig::Vector velocity)const; + void sync()const; public: Plant(); - void sync()const; - void calc_bounding_rect()const; virtual bool set_param(const String & param, const synfig::ValueBase &value);