aboutsummaryrefslogtreecommitdiff
path: root/src/common/command_line.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-28 16:09:13 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-11-14 17:06:23 +0000
commitec5135e5b71e0bc5d5f596e56e9818dec38e9867 (patch)
treef36557cc4c8827c4d6515cf24bf642e3db5a5fe3 /src/common/command_line.h
parentmove cryptonote command line options to cryptonote_core (diff)
downloadmonero-ec5135e5b71e0bc5d5f596e56e9818dec38e9867.tar.xz
move input_line from command_line to simplewallet
It was only used there, and this removes one part of the common dependency on libreadline
Diffstat (limited to '')
-rw-r--r--src/common/command_line.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/command_line.h b/src/common/command_line.h
index 70242fdf3..c2bac9cc8 100644
--- a/src/common/command_line.h
+++ b/src/common/command_line.h
@@ -41,8 +41,6 @@
namespace command_line
{
- std::string input_line(const std::string& prompt);
-
//! \return True if `str` is `is_iequal("y" || "yes" || `tr("yes"))`.
bool is_yes(const std::string& str);
//! \return True if `str` is `is_iequal("n" || "no" || `tr("no"))`.