diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-01-25 08:29:49 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2016-01-27 14:13:22 +0000 |
commit | 423c7fec9e0fae5ad006bdf38bfe3911c8e7f5f3 (patch) | |
tree | eedb1e0b2e48e27bfafbf4179ec1bb1070ab2379 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #620 (diff) | |
download | monero-423c7fec9e0fae5ad006bdf38bfe3911c8e7f5f3.tar.xz |
simplewallet: remove leftover command line refresh-type handling
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index ec48680b9..c2a8d2296 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -230,8 +230,6 @@ namespace cryptonote std::string m_daemon_host; int m_daemon_port; - tools::wallet2::RefreshType m_refresh_type; - epee::console_handlers_binder m_cmd_binder; std::unique_ptr<tools::wallet2> m_wallet; |