Skip to content

Commit

Permalink
Remove old show method for HorizontalRule.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Nov 14, 2018
1 parent 2f5e5b3 commit f79b0d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stdlib/Markdown/src/render/latex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ function latex(io::IO, md::List)
end
end

function show(io::IO, ::MIME"text/latex", md::HorizontalRule)
latex(io, md)
end
function latex(io::IO, md::HorizontalRule)
println(io, "\\rule{\\textwidth}{1pt}")
end
Expand Down

0 comments on commit f79b0d0

Please sign in to comment.