Skip to content

Commit

Permalink
code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis authored and strogonoff committed Oct 31, 2018
1 parent 707090a commit d710918
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/asciidoctor/iso/front.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,6 @@ def metadata_committee(node, xml)
end
end

def metadata(node, xml)
title node, xml
metadata_id(node, xml)
metadata_author(node, xml)
metadata_publisher(node, xml)
xml.language (node.attr("language") || "en")
xml.script (node.attr("script") || "Latn")
metadata_status(node, xml)
metadata_copyright(node, xml)
metadata_committee(node, xml)
metadata_ics(node, xml)
end

def title_intro(node, t, lang, at)
return unless node.attr("title-intro-#{lang}")
t.title_intro(**attr_code(at)) do |t1|
Expand Down

0 comments on commit d710918

Please sign in to comment.