summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/desktop/options.h b/desktop/options.h
index ae35cda..a4fcfb7 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -24,22 +24,6 @@
#ifndef _NETSURF_DESKTOP_OPTIONS_H_
#define _NETSURF_DESKTOP_OPTIONS_H_
-enum { OPTION_HTTP_PROXY_AUTH_NONE = 0, OPTION_HTTP_PROXY_AUTH_BASIC = 1,
- OPTION_HTTP_PROXY_AUTH_NTLM = 2 };
-
-extern bool option_http_proxy;
-extern char *option_http_proxy_host;
-extern int option_http_proxy_port;
-extern int option_http_proxy_auth;
-extern char *option_http_proxy_auth_user;
-extern char *option_http_proxy_auth_pass;
-extern int option_font_size;
-extern int option_font_min_size;
-extern char *option_accept_language;
-extern bool option_ssl_verify_certificates;
-extern int option_memory_cache_size;
-extern bool option_block_ads;
-
void options_read(const char *path);
void options_write(const char *path);