diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-04-10 17:26:45 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2012-04-10 17:26:45 +0000 |
| commit | 42f2462e7f57051495bf984a533b6986b9ea1b6e (patch) | |
| tree | 3541344775d16d52161e248ced7f450b5d09b463 /src | |
| parent | Clean up some deprecated orientable API (diff) | |
| download | inkscape-42f2462e7f57051495bf984a533b6986b9ea1b6e.tar.gz inkscape-42f2462e7f57051495bf984a533b6986b9ea1b6e.zip | |
small cleanup
(bzr r11209)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-rough-hatches.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/lpe-rough-hatches.h b/src/live_effects/lpe-rough-hatches.h index cbc3c3b26..5051b313a 100644 --- a/src/live_effects/lpe-rough-hatches.h +++ b/src/live_effects/lpe-rough-hatches.h @@ -15,7 +15,6 @@ */ #include "live_effects/effect.h" -#include "live_effects/parameter/point.h" #include "live_effects/parameter/parameter.h" #include "live_effects/parameter/bool.h" #include "live_effects/parameter/random.h" @@ -64,7 +63,6 @@ private: ScalarParam stroke_width_bot; ScalarParam front_thickness, back_thickness; - //PointParam bender; VectorParam direction; VectorParam bender; |
