aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-31 13:50:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-31 13:50:28 +0000
commitfe82ddda46774d092dcc0ca6460f17f2dea14dd2 (patch)
tree17b268f586eb949d476bf4f531cc0434fd553f43 /lib/urldata.h
parent94af496ac44b092e095790bc95e2edaac9f364e6 (diff)
CURLOPT_MUTE and data->bits.mute are history, removed, gone!
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index fa9eb793e..18039f176 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -401,7 +401,6 @@ struct Configbits {
bool http_set_referer;
bool http_auto_referer; /* set "correct" referer when following location: */
bool httpproxy;
- bool mute;
bool no_body;
bool set_port;
bool set_range;