From d817187bdbeacb2eb6bd23d7faa38e667770e7e6 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Mon, 28 Jul 2014 14:47:27 +0200 Subject: [PATCH] [Qt] remove ProxySocksVersion from OptionID - we only support SOCKS5, so remove it --- src/qt/optionsmodel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index 89c2ec745..9699f6eea 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