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/originalpatharray.cpp | |
| 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/originalpatharray.cpp')
| -rw-r--r-- | src/live_effects/parameter/originalpatharray.cpp | 7 |
1 files changed, 1 insertions, 6 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) { |
