summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-05-09 15:50:08 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-05-09 15:50:08 +0000
commit78cee203a59243dcabbf67499682ce720be6d1d6 (patch)
tree6eb0b8096d802cf078d4a51815aaa6d8663102c0 /src/live_effects/effect.h
parentFix potential crash in FontLister (diff)
downloadinkscape-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.h1
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;