diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-08-03 21:30:12 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-08-03 21:30:12 +0000 |
| commit | 013e92537296f6ba2434e29a96d18eeb353d9560 (patch) | |
| tree | 9d818c704a01cc7158ab3d59f1a741f27420a032 /src/measure-context.cpp | |
| parent | rename variable for clarity (diff) | |
| download | inkscape-013e92537296f6ba2434e29a96d18eeb353d9560.tar.gz inkscape-013e92537296f6ba2434e29a96d18eeb353d9560.zip | |
reduce scope of variables
(bzr r12463)
Diffstat (limited to 'src/measure-context.cpp')
| -rw-r--r-- | src/measure-context.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/measure-context.cpp b/src/measure-context.cpp index dc23cf5c6..771125b7f 100644 --- a/src/measure-context.cpp +++ b/src/measure-context.cpp @@ -494,7 +494,6 @@ static gint sp_measure_context_root_handler(SPEventContext *event_context, GdkEv } curve->transform(item->i2doc_affine()); - Geom::PathVector pathv = curve->get_pathvector(); calculate_intersections(desktop, item, lineseg, curve, intersections); |
