summaryrefslogtreecommitdiff
path: root/src/lib/internet.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-27 22:56:42 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-27 22:56:42 +0000
commitf508191f9d794e7762270d19a4211739470cfe0d (patch)
treef6deb3d3bb14e7d52dbbfe528481f6c9b6120f7b /src/lib/internet.h
parentcb0d899ec71a854e8d54213245812702d85b5670 (diff)
Remove some unused code.
Diffstat (limited to 'src/lib/internet.h')
-rw-r--r--src/lib/internet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/internet.h b/src/lib/internet.h
index b477bb447..9b88bde97 100644
--- a/src/lib/internet.h
+++ b/src/lib/internet.h
@@ -23,4 +23,3 @@
#include <boost/filesystem.hpp>
boost::optional<std::string> get_from_zip_url (std::string url, std::string file, bool pasv, boost::function<void (boost::filesystem::path)> load);
-std::list<std::string> ftp_ls (std::string dir, bool pasv = true);