diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2010-11-15 17:07:15 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2010-11-15 17:07:15 -0300 |
commit | f83d4156fb156e73340e116360cfc3a9c1b3bd73 (patch) | |
tree | f05bb007528f8a9b2ae7669d01b5f12f7b3b5fa3 /dw/style.hh | |
parent | 415a9c17ea71a0b4b53bbda1c39e495cf7ae2d1b (diff) |
Moved the table border model flag from style to DilloHtmlState (i.e. stack)
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/style.hh b/dw/style.hh index 2f6a98fc..36db0ab8 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -447,7 +447,6 @@ public: Box margin, borderWidth, padding; BorderCollapse borderCollapse; - bool collapseStyleSet; struct { Color *top, *right, *bottom, *left; } borderColor; struct { BorderStyle top, right, bottom, left; } borderStyle; |