Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Jan 15, 2024
1 parent 9ca437e commit fc4599d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/md_to_pdf/elements/html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ def collect_html_table_tag_cell(tag, opts)
cell_data
end

def get_html_table_tag_style_rules(tag)
CssParser::RuleSet.new(nil, tag.get_attribute('style') || '')
end

def collect_html_table_tag_row(tag, table_font_opts, opts)
cells = []
tag.children.each do |sub|
Expand Down

0 comments on commit fc4599d

Please sign in to comment.