Remove XXX comment

This commit is contained in:
Drew DeVault 2018-02-18 11:21:08 -05:00
parent 9a8808f8cf
commit c951000198
1 changed files with 0 additions and 1 deletions

View File

@ -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);