From 82ec83b5c3d434e2a519b05deb7c22c613ff0596 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 7 Nov 2004 21:44:38 +0000 Subject: [project @ 2004-11-07 21:44:38 by jmb] Lose redundant externs svn path=/import/nstheme/; revision=2438 --- desktop/options.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'desktop') 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); -- cgit v1.2.3