summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-06 12:10:38 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-06 12:10:38 +0100
commit53336f25a66b8325e1f43d9ce5f23e6e1e6a7279 (patch)
tree4430fb0f2ae3e211bcbfe5d712339f7d5902f8bf /src/prefs.h
parent389cd5372e22f09bb8972baf6493fa13c3892367 (diff)
remove link_color dillorc option
To change the color of not visited links add a line like :link {color: orange} to your ~/.dillo/style.css file.
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 048ce6fc..955515bb 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 link_color;
int32_t visited_color;
bool_t allow_white_bg;
bool_t contrast_visited_color;