Browse Source

[Qt] remove ProxySocksVersion from OptionID

- we only support SOCKS5, so remove it
0.10
Philip Kaufmann 10 years ago
parent
commit
d817187bdb
  1. 1
      src/qt/optionsmodel.h

1
src/qt/optionsmodel.h

@ -32,7 +32,6 @@ public: @@ -32,7 +32,6 @@ public:
ProxyUse, // bool
ProxyIP, // QString
ProxyPort, // int
ProxySocksVersion, // int
Fee, // qint64
DisplayUnit, // BitcoinUnits::Unit
DisplayAddresses, // bool

Loading…
Cancel
Save