diff options
author | TingPing <tingping@tingping.se> | 2014-12-28 13:38:47 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-28 22:29:06 -0500 |
commit | 1b2bee37e43baca9b0ec58061561fdb60c31cef8 (patch) | |
tree | 7caf7da8be07701c2c1147c14a75149e5bb48575 /src/fe-text | |
parent | 9cb73f839ffddb1479f0ee1c8a89acebafd31045 (diff) |
Remove option to disable ipv6
It has been default for a while, is the only tested option, and will only get more common.
Diffstat (limited to 'src/fe-text')
-rw-r--r-- | src/fe-text/fe-text.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fe-text/fe-text.c b/src/fe-text/fe-text.c index 848a393b..2dd93e2a 100644 --- a/src/fe-text/fe-text.c +++ b/src/fe-text/fe-text.c @@ -112,9 +112,6 @@ fe_new_window (struct session *sess, int focus) #ifdef USE_OPENSSL "OpenSSL " #endif -#ifdef USE_IPV6 - "IPv6" -#endif "\n\n", 0, FALSE); fflush (stdout); } |