diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-05-09 15:50:08 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-05-09 15:50:08 +0000 |
| commit | 78cee203a59243dcabbf67499682ce720be6d1d6 (patch) | |
| tree | 6eb0b8096d802cf078d4a51815aaa6d8663102c0 /src/live_effects/effect.h | |
| parent | Fix potential crash in FontLister (diff) | |
| download | inkscape-78cee203a59243dcabbf67499682ce720be6d1d6.tar.gz inkscape-78cee203a59243dcabbf67499682ce720be6d1d6.zip | |
Remove documentUnits from live_effect/effect.cpp/h
Remove units from fillet-chamfer and roughen
(bzr r14136)
Diffstat (limited to 'src/live_effects/effect.h')
| -rw-r--r-- | src/live_effects/effect.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index ac1f0b8dc..a6b5a13ea 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -159,7 +159,6 @@ protected: bool concatenate_before_pwd2; SPLPEItem * sp_lpe_item; // these get stored in doBeforeEffect_impl, and derived classes may do as they please with them. - Glib::ustring defaultUnit; // these get stored in doBeforeEffect_impl, and derived classes may do as they please with them. double current_zoom; std::vector<Geom::Point> selectedNodesPoints; SPCurve * sp_curve; |
