summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
diff options
context:
space:
mode:
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;