diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index e436a221a..e938d1974 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -1868,7 +1868,6 @@ void Bittorrent::addConsoleMessage(QString msg, QString) { #ifdef Q_WS_WIN putenv("http_proxy="); putenv("sock_proxy="); -#endif #else unsetenv("http_proxy"); unsetenv("sock_proxy");