diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-10-25 10:03:33 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-10-25 10:03:33 +0000 |
| commit | d37444eade200b5e527a89164a39bc2894addf6f (patch) | |
| tree | ca6325f3f2dee50786503cbb3dc0ef623fb89d81 /src/selection.cpp | |
| parent | Fix test (diff) | |
| download | inkscape-d37444eade200b5e527a89164a39bc2894addf6f.tar.gz inkscape-d37444eade200b5e527a89164a39bc2894addf6f.zip | |
Fix signals
(bzr r15191)
Diffstat (limited to 'src/selection.cpp')
| -rw-r--r-- | src/selection.cpp | 10 |
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; |
