From 5b0c0d601d3bd1c3438a697823bbbdc95bb8ee44 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Tue, 3 Jan 2006 13:53:29 +0000 Subject: [PATCH] we don't need this hack anymore git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15819 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/View.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/kits/interface/View.cpp b/src/kits/interface/View.cpp index a8a59668f7..0ee93e8768 100644 --- a/src/kits/interface/View.cpp +++ b/src/kits/interface/View.cpp @@ -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; }