diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-09-14 17:29:48 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-09-14 17:29:48 +0000 |
| commit | 2cdb481d0d449bed3a914883d0b84a9481a5f6f2 (patch) | |
| tree | 03292fce86118b2bbe441d447d9e513870aea1d7 /src/live_effects/parameter | |
| parent | Merge in ponyscape features by Theo and worked on my LiamW (diff) | |
| download | inkscape-2cdb481d0d449bed3a914883d0b84a9481a5f6f2.tar.gz inkscape-2cdb481d0d449bed3a914883d0b84a9481a5f6f2.zip | |
Small cleanup
(bzr r13341.1.205)
Diffstat (limited to 'src/live_effects/parameter')
| -rw-r--r-- | src/live_effects/parameter/originalpatharray.cpp | 7 | ||||
| -rw-r--r-- | src/live_effects/parameter/originalpatharray.h | 2 | ||||
| -rw-r--r-- | src/live_effects/parameter/transformedpoint.h | 5 |
3 files changed, 2 insertions, 12 deletions
diff --git a/src/live_effects/parameter/originalpatharray.cpp b/src/live_effects/parameter/originalpatharray.cpp index 514c9e23e..7b0b073ee 100644 --- a/src/live_effects/parameter/originalpatharray.cpp +++ b/src/live_effects/parameter/originalpatharray.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) Johan Engelen 2008 <j.b.c.engelen@utwente.nl> + * Copyright (C) Theodore Janeczko 2012 <flutterguy317@gmail.com> * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -420,11 +420,6 @@ void OriginalPathArrayParam::linked_modified(SPObject *linked_obj, guint flags, _store->foreach_iter(sigc::bind<PathAndDirection*>(sigc::mem_fun(*this, &OriginalPathArrayParam::_updateLink), to)); } -//void PathParam::linked_transformed(Geom::Affine const *rel_transf, SPItem *moved_item) -//{ -// linked_transformed_callback(rel_transf, moved_item); -//} - bool OriginalPathArrayParam::param_readSVGValue(const gchar* strvalue) { if (strvalue) { diff --git a/src/live_effects/parameter/originalpatharray.h b/src/live_effects/parameter/originalpatharray.h index 865a3f8e5..1c60da409 100644 --- a/src/live_effects/parameter/originalpatharray.h +++ b/src/live_effects/parameter/originalpatharray.h @@ -4,7 +4,7 @@ /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2008 <j.b.c.engelen@utwente.nl> + * Copyright (C) Theodore Janeczko 2012 <flutterguy317@gmail.com> * * Released under GNU GPL, read the file 'COPYING' for more information */ diff --git a/src/live_effects/parameter/transformedpoint.h b/src/live_effects/parameter/transformedpoint.h index 37af8b98f..c96bedb53 100644 --- a/src/live_effects/parameter/transformedpoint.h +++ b/src/live_effects/parameter/transformedpoint.h @@ -50,7 +50,6 @@ public: virtual void param_transform_multiply(Geom::Affine const &postmul, bool set); void set_vector_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color); - //void set_origin_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color); void set_oncanvas_color(guint32 color); virtual bool providesKnotHolderEntities() const { return true; } @@ -71,11 +70,7 @@ private: SPKnotShapeType vec_knot_shape; SPKnotModeType vec_knot_mode; guint32 vec_knot_color; -// SPKnotShapeType ori_knot_shape; -// SPKnotModeType ori_knot_mode; -// guint32 ori_knot_color; -// friend class VectorParamKnotHolderEntity_Origin; friend class TransformedPointParamKnotHolderEntity_Vector; }; |
