Removed obsolete TODO: BMessage is smart enough to already use area transfers if needed.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35688 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2010-02-28 23:59:28 +00:00
parent b7fd1cf61c
commit fa5956d5f3

View File

@ -1339,8 +1339,6 @@ BView::DragMessage(BMessage* message, BBitmap* image,
BMessage::Private privateMessage(message);
privateMessage.SetReply(BMessenger(replyTo, replyTo->Looper()));
// TODO: create area and flatten message into that area!
// send area info over port, not the actual message!
int32 bufferSize = message->FlattenedSize();
char* buffer = new(std::nothrow) char[bufferSize];
if (buffer != NULL) {