diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-02-20 19:04:03 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-02-20 19:04:03 -0500 |
commit | 4c4cc9c99943b4f80f1551c421b372b016dd04e6 (patch) | |
tree | a4063c89ab088714544b3a8f5f39b08a5fa956d2 /sway/tree/layout.c | |
parent | 66a975038c2f6cc3d2ebb5210d182b0440bc0a88 (diff) |
remove old comments
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r-- | sway/tree/layout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c index 3c78b6bc..91f0f36f 100644 --- a/sway/tree/layout.c +++ b/sway/tree/layout.c @@ -353,8 +353,6 @@ void apply_vert_layout(swayc_t *container, */ static swayc_t *get_swayc_in_output_direction(swayc_t *output, enum movement_direction dir, struct sway_seat *seat) { - // XXX is this really a seat function or can we do it with the default - // seat? if (!output) { return NULL; } |