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/container.c | |
parent | 66a975038c2f6cc3d2ebb5210d182b0440bc0a88 (diff) |
remove old comments
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r-- | sway/tree/container.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c index a6268133..84e14ba6 100644 --- a/sway/tree/container.c +++ b/sway/tree/container.c @@ -152,9 +152,6 @@ swayc_t *new_output(struct sway_output *sway_output) { wlr_log(L_DEBUG, "Creating default workspace %s", ws_name); swayc_t *ws = new_workspace(output, ws_name); // Set each seat's focus if not already set - // TODO FOCUS: this is probably stupid, we shouldn't define focus in two - // places. We should probably put the active workspace on the sway_output - // struct instead of trying to do focus semantics like this struct sway_seat *seat = NULL; wl_list_for_each(seat, &input_manager->seats, link) { if (!seat->has_focus) { |