From f6f201213db27d2aae22264c4d7770884b8c6ea9 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Wed, 15 Mar 2006 04:07:41 +0000 Subject: Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<> (bzr r241) --- src/selection.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/selection.cpp') 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() { -- cgit v1.2.3