summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-10-25 10:03:33 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-10-25 10:03:33 +0000
commitd37444eade200b5e527a89164a39bc2894addf6f (patch)
treeca6325f3f2dee50786503cbb3dc0ef623fb89d81 /src/selection.cpp
parentFix test (diff)
downloadinkscape-d37444eade200b5e527a89164a39bc2894addf6f.tar.gz
inkscape-d37444eade200b5e527a89164a39bc2894addf6f.zip
Fix signals
(bzr r15191)
Diffstat (limited to 'src/selection.cpp')
-rw-r--r--src/selection.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/selection.cpp b/src/selection.cpp
index 3e56e47fd..65e0e1e97 100644
--- a/src/selection.cpp
+++ b/src/selection.cpp
@@ -113,16 +113,6 @@ SPObject *Selection::activeContext() {
return _layers->currentLayer();
}
-void Selection::set(SPObject *object, bool persist_selection_context) {
- ObjectSet::set(object);
- _emitChanged(persist_selection_context);
-}
-
-void Selection::setReprList(std::vector<XML::Node*> const &list) {
- ObjectSet::setReprList(list);
- _emitChanged();
-}
-
std::vector<Inkscape::SnapCandidatePoint> Selection::getSnapPoints(SnapPreferences const *snapprefs) const {
std::vector<Inkscape::SnapCandidatePoint> p;