about summary refs log tree commit diff stats
path: root/src/layout/box.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/box.nim')
-rw-r--r--src/layout/box.nim3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/layout/box.nim b/src/layout/box.nim
index ab86f67b..bbb3d91e 100644
--- a/src/layout/box.nim
+++ b/src/layout/box.nim
@@ -76,6 +76,3 @@ type
     firstBaseline*: LayoutUnit
     # baseline of the last line box of all descendants
     baseline*: LayoutUnit
-
-  ListItemBox* = ref object of BlockBox
-    marker*: RootInlineFragment