Skip to content

Commit

Permalink
client: don't show "not using proxy" message
Browse files Browse the repository at this point in the history
Otherwise this gets shown each time user changes any "Other options" item
  • Loading branch information
davidpanderson committed Sep 16, 2015
1 parent 0cef805 commit d0c60ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/cs_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ static void show_proxy_info(PROXY_INFO& p) {
);
}
}
#if 0
if (!p.use_http_proxy && !p.use_socks_proxy) {
msg_printf(NULL, MSG_INFO, "Not using a proxy");
}
#endif
}

void select_proxy_info() {
Expand Down

0 comments on commit d0c60ef

Please sign in to comment.