Skip to content

Commit

Permalink
Remove useless attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Aug 5, 2023
1 parent 3ed9efb commit e1f4ef8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions weasyprint/formatting_structure/boxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,6 @@ class TableColumnGroupBox(ParentBox):
internal_table_or_caption = True
proper_parents = (TableBox, InlineTableBox)

# Default value. May be overriden on instances.
span = 1

# Columns groups never have margins or paddings
margin_top = 0
margin_bottom = 0
Expand Down Expand Up @@ -638,9 +635,6 @@ class TableColumnBox(ParentBox):
internal_table_or_caption = True
proper_parents = (TableBox, InlineTableBox, TableColumnGroupBox)

# Default value. May be overriden on instances.
span = 1

# Columns never have margins or paddings
margin_top = 0
margin_bottom = 0
Expand Down

0 comments on commit e1f4ef8

Please sign in to comment.