aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-07-28 14:47:27 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-07-28 14:47:27 +0200
commitd817187bdbeacb2eb6bd23d7faa38e667770e7e6 (patch)
treef368e5096c750920cdf4fb8f1c9ca0e6fa74393b
parentc5eabde9ea04f13f4e35b22452484e66ba9c3dcb (diff)
downloadbitcoin-d817187bdbeacb2eb6bd23d7faa38e667770e7e6.tar.xz
[Qt] remove ProxySocksVersion from OptionID
- we only support SOCKS5, so remove it
-rw-r--r--src/qt/optionsmodel.h1
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