summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-03-29 15:26:54 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-03-29 15:26:54 +0000
commit5d434ff0023f97b694d87d5dd4a498357a011f78 (patch)
treee90068cacdf8d148f2ceef43100ea5adb84011fa /riscos
parent5d4761973d60a97219f5b646585b2664791e5919 (diff)
downloadnetsurf-5d434ff0023f97b694d87d5dd4a498357a011f78.tar.gz
netsurf-5d434ff0023f97b694d87d5dd4a498357a011f78.tar.bz2
[project @ 2006-03-29 15:26:53 by rjek]
Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481
Diffstat (limited to 'riscos')
-rw-r--r--riscos/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/riscos/options.h b/riscos/options.h
index 5864bcdf0..4d0e6d322 100644
--- a/riscos/options.h
+++ b/riscos/options.h
@@ -44,7 +44,6 @@ extern bool option_window_size_clone;
extern bool option_background_images;
extern bool option_buffer_animations;
extern bool option_buffer_everything;
-extern char *option_homepage_url;
extern bool option_open_browser_at_startup;
extern bool option_no_plugins;
extern char *option_font_sans;
@@ -146,7 +145,6 @@ char *option_theme_save = 0;
{ "background_images", OPTION_BOOL, &option_background_images }, \
{ "buffer_animations", OPTION_BOOL, &option_buffer_animations }, \
{ "buffer_everything", OPTION_BOOL, &option_buffer_everything }, \
-{ "homepage_url", OPTION_STRING, &option_homepage_url }, \
{ "open_browser_at_startup",OPTION_BOOL, &option_open_browser_at_startup }, \
{ "no_plugins", OPTION_BOOL, &option_no_plugins }, \
{ "font_sans", OPTION_STRING, &option_font_sans }, \