mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Remove XXX comment
This commit is contained in:
parent
9a8808f8cf
commit
c951000198
1 changed files with 0 additions and 1 deletions
|
|
@ -426,7 +426,6 @@ struct wlr_output *wlr_output_layout_get_center_output(
|
|||
struct wlr_output *wlr_output_layout_adjacent_output(
|
||||
struct wlr_output_layout *layout, enum wlr_direction direction,
|
||||
struct wlr_output *reference, double ref_x, double ref_y) {
|
||||
// XXX should we allow reference to be NULL?
|
||||
assert(reference);
|
||||
|
||||
struct wlr_box *ref_box = wlr_output_layout_get_box(layout, reference);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue