From 42bf22abf84623cf433ee387e07dd6b970632fc0 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 10 Apr 2008 20:57:29 +0000 Subject: [PATCH] fixed warning. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24896 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/codycam/CodyCam.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/codycam/CodyCam.cpp b/src/apps/codycam/CodyCam.cpp index a76ade1945..0524566c6e 100644 --- a/src/apps/codycam/CodyCam.cpp +++ b/src/apps/codycam/CodyCam.cpp @@ -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); }