we don't need this hack anymore

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15819 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2006-01-03 13:53:29 +00:00
parent cba9e9ece6
commit 5b0c0d601d
1 changed files with 1 additions and 3 deletions

View File

@ -3026,9 +3026,7 @@ BView::EndPicture()
}
}
// TODO: Was NULL. We might revert when there is BPictures support
// in the app-server. For now this allows to avoid hangs with BPictureButtons
return cpicture;
return NULL;
}