Remove local variables that are not referenced

This commit is contained in:
mmb L
2021-11-27 21:27:01 +08:00
committed by pajlada
parent 7d350adfeb
commit ec966a1791
5 changed files with 0 additions and 7 deletions
-2
View File
@@ -819,8 +819,6 @@ void SplitContainer::applyFromDescriptorRecursively(
bool vertical = containerNode.vertical_;
Direction direction = vertical ? Direction::Below : Direction::Right;
node->type_ =
vertical ? Node::VerticalContainer : Node::HorizontalContainer;