about summary refs log tree commit diff stats
path: root/src/css/box.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/box.nim')
-rw-r--r--src/css/box.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/css/box.nim b/src/css/box.nim
index 37d9a2d3..6ec56c38 100644
--- a/src/css/box.nim
+++ b/src/css/box.nim
@@ -39,9 +39,6 @@ type
     # bottom margin result
     marginBottom*: LUnit
 
-  SplitType* = enum
-    stSplitStart, stSplitEnd
-
   Area* = object
     offset*: Offset
     size*: Size
@@ -59,7 +56,6 @@ type
     render*: BoxRenderState
     computed*: CSSValues
     node*: Element
-    splitType*: set[SplitType]
     case t*: InlineBoxType
     of ibtParent:
       children*: seq[InlineBox]