fixed warning.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24896 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2008-04-10 20:57:29 +00:00
parent 47908b9ae3
commit 42bf22abf8
-1
View File
@@ -598,7 +598,6 @@ VideoWindow::MessageReceived(BMessage* message)
case msg_upl_client:
if (control != NULL) {
int32 client;
message->FindInt32("client", &(fFtpInfo.uploadClient));
FTPINFO("upl client = %ld\n", fFtpInfo.uploadClient);
}