diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-07-28 14:47:27 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-07-28 14:47:27 +0200 |
commit | d817187bdbeacb2eb6bd23d7faa38e667770e7e6 (patch) | |
tree | f368e5096c750920cdf4fb8f1c9ca0e6fa74393b /src/qt/optionsmodel.h | |
parent | c5eabde9ea04f13f4e35b22452484e66ba9c3dcb (diff) |
[Qt] remove ProxySocksVersion from OptionID
- we only support SOCKS5, so remove it
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r-- | src/qt/optionsmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index 89c2ec7453..9699f6eea6 100644 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -32,7 +32,6 @@ public: ProxyUse, // bool ProxyIP, // QString ProxyPort, // int - ProxySocksVersion, // int Fee, // qint64 DisplayUnit, // BitcoinUnits::Unit DisplayAddresses, // bool |