Merge pull request #379 from svost/c++11
[novacoin.git] / src / qt / optionsmodel.cpp
index 7e80615..346ccb7 100644 (file)
@@ -25,10 +25,8 @@ bool static ApplyProxySettings()
 
     if (!IsLimited(NET_IPV4))
         SetProxy(NET_IPV4, addrProxy);
-#ifdef USE_IPV6
-        if (!IsLimited(NET_IPV6))
-            SetProxy(NET_IPV6, addrProxy);
-#endif
+    if (!IsLimited(NET_IPV6))
+        SetProxy(NET_IPV6, addrProxy);
 
     SetNameProxy(addrProxy);