mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01: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…
Reference in a new issue