diff options
author | corvid <corvid@lavabit.com> | 2009-05-22 09:09:21 +0200 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-22 09:09:21 +0200 |
commit | 7da762c07377df95b2a64e7f66123f37dd45426d (patch) | |
tree | f98c87a349df782db4969ffd6c921c4d8db43dbe /src/html_common.hh | |
parent | 0023d2c254228f512698f92655b65db87f73cd4d (diff) |
rm current_bg_color
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 09fc83f4..369d2bf3 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -109,10 +109,6 @@ struct _DilloHtmlState { /* This is used to align list items (especially in enumerated lists) */ dw::core::Widget *ref_list_item; - /* This makes image processing faster than a function - a_Dw_widget_get_background_color. */ - int32_t current_bg_color; - /* This is used for list items etc; if it is set to TRUE, breaks have to be "handed over" (see Html_add_indented and Html_eventually_pop_dw). */ |