move input_line from command_line to simplewallet

It was only used there, and this removes one part of the common
dependency on libreadline
This commit is contained in:
moneromooo-monero
2017-10-28 16:09:13 +01:00
parent 082db75f28
commit ec5135e5b7
3 changed files with 13 additions and 20 deletions
-2
View File
@@ -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"))`.