summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-03-15 04:07:41 +0000
committermental <mental@users.sourceforge.net>2006-03-15 04:07:41 +0000
commitf6f201213db27d2aae22264c4d7770884b8c6ea9 (patch)
treefab3322ab8affa723d736ba9bc1ac669d658fb43 /src/selection.cpp
parentshared_ptr -> ptr_shared (diff)
downloadinkscape-f6f201213db27d2aae22264c4d7770884b8c6ea9.tar.gz
inkscape-f6f201213db27d2aae22264c4d7770884b8c6ea9.zip
Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
(bzr r241)
Diffstat (limited to 'src/selection.cpp')
-rw-r--r--src/selection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/selection.cpp b/src/selection.cpp
index c40b7b546..09f6a18e3 100644
--- a/src/selection.cpp
+++ b/src/selection.cpp
@@ -39,7 +39,6 @@ Selection::Selection(SPDesktop *desktop) :
_flags(0),
_idle(0)
{
- clearOnceInaccessible(&_desktop);
}
Selection::~Selection() {