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.cc | |
parent | 0023d2c254228f512698f92655b65db87f73cd4d (diff) |
rm current_bg_color
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/html.cc b/src/html.cc index aeded4dc..d3955ece 100644 --- a/src/html.cc +++ b/src/html.cc @@ -439,8 +439,6 @@ DilloHtml::DilloHtml(BrowserWindow *p_bw, const DilloUrl *url, stack->getRef(0)->textblock = NULL; stack->getRef(0)->table = NULL; stack->getRef(0)->ref_list_item = NULL; - stack->getRef(0)->current_bg_color = - styleEngine->style()->backgroundColor->getColor(); stack->getRef(0)->hand_over_break = false; InFlags = IN_NONE; @@ -1743,7 +1741,7 @@ static void Html_tag_open_body(DilloHtml *html, const char *tag, int tagsize) a_Color_vc(html->visited_color, html->styleEngine->style ()->color->getColor(), html->non_css_link_color, - S_TOP(html)->current_bg_color); + html->styleEngine->style()->backgroundColor->getColor()); } S_TOP(html)->parse_mode = DILLO_HTML_PARSE_MODE_BODY; |