view: Comment updates

This commit is contained in:
John Lindgren 2023-03-05 01:58:24 -05:00 committed by Johan Malm
parent 331f62f662
commit 9f00087a82
2 changed files with 7 additions and 5 deletions

View file

@ -102,11 +102,6 @@ view_get_edge_snap_box(struct view *view, struct output *output,
return dst;
}
/*
* At present, a view can only 'enter' one output at a time, although the view
* may span multiple outputs. Ideally we would handle multiple outputs, but
* this method is the simplest form of what we want.
*/
static void
view_discover_output(struct view *view)
{