Skip to content

Commit f532d7c

Browse files
authored
refactor: minor cleanup on Plant layer (synfig#3452)
1 parent 1494637 commit f532d7c

File tree

1 file changed

+0
-19
lines changed
  • synfig-core/src/modules/mod_particle

1 file changed

+0
-19
lines changed

synfig-core/src/modules/mod_particle/plant.cpp

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,33 +41,14 @@
4141
#include <synfig/localization.h>
4242
#include <synfig/general.h>
4343

44-
#include <synfig/angle.h>
45-
#include <synfig/bezier.h>
4644
#include <synfig/context.h>
47-
#include <synfig/paramdesc.h>
48-
#include <synfig/renddesc.h>
49-
#include <synfig/string.h>
50-
#include <synfig/surface.h>
51-
#include <synfig/value.h>
52-
#include <synfig/valuenode.h>
53-
54-
#include <vector>
55-
56-
#include <synfig/valuenodes/valuenode_bline.h>
5745

5846
#include "random.h"
5947

6048
#endif
6149

6250
/* === M A C R O S ========================================================= */
6351

64-
#define SAMPLES 300
65-
#define ROUND_END_FACTOR (4)
66-
#define CUSP_THRESHOLD (0.15)
67-
#define NO_LOOP_COOKIE synfig::Vector(84951305,7836658)
68-
#define EPSILON (0.000000001)
69-
#define CUSP_TANGENT_ADJUST (0.025)
70-
7152
/* === G L O B A L S ======================================================= */
7253

7354
SYNFIG_LAYER_INIT(Plant);

0 commit comments

Comments
 (0)