no need to delete fSelectMessage in the destructor after using SetSelectionMessage(NULL);

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17522 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-05-22 09:53:46 +00:00
parent 431da4dd4b
commit 52bc1e501f

View File

@ -110,7 +110,6 @@ BListView::BListView(BMessage* archive)
BListView::~BListView()
{
SetSelectionMessage(NULL);
delete fSelectMessage;
}