diff options
author | bptato <nincsnevem662@gmail.com> | 2022-12-07 14:32:22 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-12-07 14:32:22 +0100 |
commit | 38838a5fc3a3ba52982dc005013a7cca80f8c927 (patch) | |
tree | c9265237d3f48b6b00884f107250f69915b6d4c5 /src/layout | |
parent | c678b1b4221fcac9540dfea8720c1a156586fb2f (diff) | |
download | chawan-38838a5fc3a3ba52982dc005013a7cca80f8c927.tar.gz |
Remove unused BlockBox attribute
Diffstat (limited to 'src/layout')
-rw-r--r-- | src/layout/box.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout/box.nim b/src/layout/box.nim index 73e4afe7..3a8dc41c 100644 --- a/src/layout/box.nim +++ b/src/layout/box.nim @@ -125,7 +125,6 @@ type padding_right*: int compwidth*: int - nocenter*: bool compheight*: Option[int] shrink*: bool |