diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-09-26 20:25:56 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-09-26 20:25:56 +0000 |
| commit | 90c7ce56fa03e18efa7296d12c6ca48f8e322e60 (patch) | |
| tree | 00941fe9b988c90c21e618d20fa55c0346d52da3 /src/sp-spiral.cpp | |
| parent | Fix for Bug #1229605 (inkscape crashes when canceled import pdf). (diff) | |
| download | inkscape-90c7ce56fa03e18efa7296d12c6ca48f8e322e60.tar.gz inkscape-90c7ce56fa03e18efa7296d12c6ca48f8e322e60.zip | |
random code cleanup
(bzr r12596)
Diffstat (limited to 'src/sp-spiral.cpp')
| -rw-r--r-- | src/sp-spiral.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-spiral.cpp b/src/sp-spiral.cpp index b9d1d11da..5d80e43fe 100644 --- a/src/sp-spiral.cpp +++ b/src/sp-spiral.cpp @@ -339,7 +339,6 @@ void SPSpiral::set_shape() { } Geom::Point darray[SAMPLE_SIZE + 1]; - double t; this->requestModified(SP_OBJECT_MODIFIED_FLAG); @@ -365,6 +364,7 @@ void SPSpiral::set_shape() { Geom::Point hat1 = this->getTangent(this->t0); Geom::Point hat2; + double t; for (t = this->t0; t < (1.0 - tstep);) { this->fitAndDraw(c, dstep, darray, hat1, hat2, &t); |
