diff options
| author | MenTaLguY <mental@rydia.net> | 2006-03-15 04:07:41 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-03-15 04:07:41 +0000 |
| commit | f6f201213db27d2aae22264c4d7770884b8c6ea9 (patch) | |
| tree | fab3322ab8affa723d736ba9bc1ac669d658fb43 /src/selection.cpp | |
| parent | shared_ptr -> ptr_shared (diff) | |
| download | inkscape-f6f201213db27d2aae22264c4d7770884b8c6ea9.tar.gz inkscape-f6f201213db27d2aae22264c4d7770884b8c6ea9.zip | |
Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
(bzr r241)
Diffstat (limited to '')
| -rw-r--r-- | src/selection.cpp | 1 |
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() { |
