diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-01-25 08:29:49 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-01-25 08:29:49 +0000 |
commit | f76f656d55cd5f849073c8d5a86a8226ee0d858d (patch) | |
tree | 4c923843017e5e18bc853eae75081dcacba71019 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #613 (diff) | |
download | monero-f76f656d55cd5f849073c8d5a86a8226ee0d858d.tar.xz |
simplewallet: remove leftover command line refresh-type handling
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-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; |