summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-11-07 21:44:38 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-11-07 21:44:38 +0000
commit82ec83b5c3d434e2a519b05deb7c22c613ff0596 (patch)
tree9b72e62c0a5383f6a038e59d508b2f6cb8d4f5cb
parentb95733310900e86679fce5cbc37e2e18d299f9ca (diff)
downloadnstheme-82ec83b5c3d434e2a519b05deb7c22c613ff0596.tar.gz
nstheme-82ec83b5c3d434e2a519b05deb7c22c613ff0596.tar.bz2
[project @ 2004-11-07 21:44:38 by jmb]
Lose redundant externs svn path=/import/nstheme/; revision=2438
-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);