aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-10 12:54:59 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-10 12:54:59 +0100
commitd4a1b71555071730503f09db02c562e48cf06419 (patch)
tree88a8d7940c408aa525522e7fcb053d6c71d08242 /src/prefs.h
parent45033ba07b58cafbc9fa9ab6881c92dd92243aaf (diff)
replace visited_color dillorc option
to change the color of visited links add a line :visited {color: red} to your ~/.dillo/style.css file instead.
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 955515bb..485d146d 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -29,7 +29,6 @@ struct _DilloPrefs {
char *no_proxy;
DilloUrl *start_page;
DilloUrl *home;
- int32_t visited_color;
bool_t allow_white_bg;
bool_t contrast_visited_color;
bool_t show_tooltip;