aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree')
-rw-r--r--sway/tree/container.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index b86a9925..c60c8f8f 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -1407,9 +1407,6 @@ list_t *container_get_siblings(struct sway_container *container) {
1407 if (container->pending.parent) { 1407 if (container->pending.parent) {
1408 return container->pending.parent->pending.children; 1408 return container->pending.parent->pending.children;
1409 } 1409 }
1410 if (container_is_scratchpad_hidden(container)) {
1411 return NULL;
1412 }
1413 if (!container->pending.workspace) { 1410 if (!container->pending.workspace) {
1414 return NULL; 1411 return NULL;
1415 } 1412 }