aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 18039f176..21b225a58 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -382,12 +382,6 @@ typedef enum {
/* This struct is for boolean settings that define how to behave during
this session. */
struct Configbits {
- /* these four request types mirror the httpreq field */
- bool http_formpost;
- bool http_post;
- bool http_put;
- bool http_get;
-
bool get_filetime;
bool tunnel_thru_httpproxy;
bool ftp_append;