diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-21 18:04:00 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-21 18:04:00 -0400 |
commit | 5a5f20020fc4b62d1e8f8db48da3eb84e9f4160e (patch) | |
tree | df9cd8990d47b5d3ad038979b7e32231f3e8029e /src/prefs.h | |
parent | 482c55ff10490d2ff26dba537a85359b9913e8a2 (diff) |
Removed the w3c_plus_heuristics dillorc option.
No longer necessary since the new nesting-cleanup design.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h index d22ef656..a77120e4 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -68,7 +68,6 @@ typedef struct { bool_t limit_text_width; bool_t adjust_min_width; bool_t adjust_table_min_width; - bool_t w3c_plus_heuristics; bool_t focus_new_tab; double font_factor; int32_t font_max_size; |