From d99ee43b67671727f36c0c141eb741b18107fb99 Mon Sep 17 00:00:00 2001 From: laurentgom Date: Wed, 22 Dec 2010 14:48:52 +0000 Subject: [PATCH] Removed some documentation related to an unimplemented feature :) git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1762 4e206d99-4929-0410-ac5d-dfc041789085 --- include/SFML/Network/Ftp.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/SFML/Network/Ftp.hpp b/include/SFML/Network/Ftp.hpp index aa54c17c..a28331e8 100644 --- a/include/SFML/Network/Ftp.hpp +++ b/include/SFML/Network/Ftp.hpp @@ -450,9 +450,6 @@ public : /// current working directory of the server, and the local /// destination path is relative to the current directory /// of your application. - /// If you want to watch the progress (to update a progress bar - /// for example) or have the ability to stop or pause the download, - /// you can use the fourth parameter to pass your progress handler. /// /// \param remoteFile Filename of the distant file to download /// \param localPath Where to put to file on the local computer @@ -472,9 +469,6 @@ public : /// working directory of your application, and the /// remote path is relative to the current directory of the /// FTP server. - /// If you want to watch the progress (to update a progress bar - /// for example) or have the ability to stop or pause the upload, - /// you can use the fourth parameter to pass your progress handler. /// /// \param localFile Path of the local file to upload /// \param remotePath Where to put to file on the server