summaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-08-04 11:46:04 +0200
committerLaurenz <laurmaedje@gmail.com>2020-08-04 11:46:04 +0200
commited4fdcb0ada909f1cc3d7436334e253f0ec14d55 (patch)
tree2b9abe7a852a060899ce4aa976391fa8dd9d293b /src/layout/mod.rs
parentdbfb3d2ced91e56314dfabbb4df9a338926c0a7a (diff)
Par nodes 🧳
Diffstat (limited to 'src/layout/mod.rs')
-rw-r--r--src/layout/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs
index 8a68a6a5..3cfb872f 100644
--- a/src/layout/mod.rs
+++ b/src/layout/mod.rs
@@ -142,8 +142,6 @@ pub enum Command<'a> {
/// Start a new line.
BreakLine,
- /// Start a new paragraph.
- BreakParagraph,
/// Start a new page, which will be part of the finished layout even if it
/// stays empty (since the page break is a _hard_ space break).
BreakPage,