diff options
author | bptato <nincsnevem662@gmail.com> | 2023-10-14 12:43:23 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-10-14 12:43:23 +0200 |
commit | 8d435dca3afd16b2eb3fb0b41973f4f74b200653 (patch) | |
tree | 0f9212eef95413b39492e1a98496d20cdd2e1437 | |
parent | a307b94a2d7aafe1b3609409c3d2e772d1ee5ad5 (diff) | |
download | chawan-8d435dca3afd16b2eb3fb0b41973f4f74b200653.tar.gz |
layout: remove unused InlineAtom members
-rw-r--r-- | src/layout/box.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/layout/box.nim b/src/layout/box.nim index ab9a460b..82791103 100644 --- a/src/layout/box.nim +++ b/src/layout/box.nim @@ -74,8 +74,6 @@ type height*: LayoutUnit vertalign*: CSSVerticalAlign baseline*: LayoutUnit - top*: LayoutUnit - bottom*: LayoutUnit ComputedFormat* = ref object fontstyle*: CSSFontStyle |