summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalpatharray.h
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-09-14 17:46:13 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-09-14 17:46:13 +0000
commitea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13 (patch)
treec50cd528e7ab3006510bab0f4f624ce6906f9f4a /src/live_effects/parameter/originalpatharray.h
parentSmall cleanup (diff)
downloadinkscape-ea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13.tar.gz
inkscape-ea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13.zip
Warnings cleanup; formatting
(bzr r13341.1.206)
Diffstat (limited to 'src/live_effects/parameter/originalpatharray.h')
-rw-r--r--src/live_effects/parameter/originalpatharray.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/parameter/originalpatharray.h b/src/live_effects/parameter/originalpatharray.h
index 1c60da409..6c792613f 100644
--- a/src/live_effects/parameter/originalpatharray.h
+++ b/src/live_effects/parameter/originalpatharray.h
@@ -40,7 +40,6 @@ public:
}
gchar *href;
URIReference ref;
- //SPItem *obj;
std::vector<Geom::Path> _pathvector;
bool reversed;
@@ -83,7 +82,7 @@ protected:
void linked_changed(SPObject *old_obj, SPObject *new_obj, PathAndDirection* to);
void linked_modified(SPObject *linked_obj, guint flags, PathAndDirection* to);
- void linked_transformed(Geom::Affine const *mp, SPItem *original, PathAndDirection* to);
+ void linked_transformed(Geom::Affine const *, SPItem *, PathAndDirection*) {}
void linked_delete(SPObject *deleted, PathAndDirection* to);
ModelColumns *_model;