Remove outdated comment

This commit is contained in:
luk3yx 2023-04-12 20:14:17 +12:00
parent 000bd976c2
commit 7b25bc6083

View File

@ -431,8 +431,6 @@ function expand_child_boxes(box)
for i = #box, 1, -1 do
local node = box[i]
-- node.visible ~= nil and not node.visible
-- WARNING: I'm not sure whether this should be called `visible`, I may
-- end up renaming it in the future. Use with caution.
if node.visible == false then
-- There's no need to try and expand anything inside invisible
-- nodes since it won't affect the overall size.