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/parameter/filletchamferpointarray.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/parameter/filletchamferpointarray.h')
| -rw-r--r-- | src/live_effects/parameter/filletchamferpointarray.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/live_effects/parameter/filletchamferpointarray.h b/src/live_effects/parameter/filletchamferpointarray.h index 7849d5afb..9bfd86b41 100644 --- a/src/live_effects/parameter/filletchamferpointarray.h +++ b/src/live_effects/parameter/filletchamferpointarray.h @@ -53,8 +53,6 @@ public: virtual void set_helper_size(int hs); virtual void set_use_distance(bool use_knot_distance); virtual void set_chamfer_steps(int value_chamfer_steps); - virtual void set_document_unit(Glib::ustring value_document_unit); - virtual void set_unit(const gchar *abbr); virtual void addCanvasIndicators(SPLPEItem const *lpeitem, std::vector<Geom::PathVector> &hp_vec); virtual bool providesKnotHolderEntities() const { @@ -89,8 +87,6 @@ private: int helper_size; int chamfer_steps; bool use_distance; - const gchar *unit; - Glib::ustring documentUnit; Geom::PathVector hp; Geom::Piecewise<Geom::D2<Geom::SBasis> > last_pwd2; |
