Skip to content

Commit

Permalink
refactor(classes): Remove now useless hbox for unnumbered chapter
Browse files Browse the repository at this point in the history
Reverts a part of sile-typesetter#1751 now that we fixed the root cause sile-typesetter#479
  • Loading branch information
Omikhleia authored and Didier Willis committed Apr 8, 2023
1 parent 13f9b06 commit 22d038d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions classes/book.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ function class:registerCommands ()
else
SILE.call("show-multilevel-counter", { id = "sectioning" })
end
else
-- https://github.com/sile-typesetter/sile/issues/1707
-- https://github.com/sile-typesetter/sile/issues/1751
SILE.call("hbox")
end
end)

Expand Down

0 comments on commit 22d038d

Please sign in to comment.