diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 5fcdbaaaf..c9c52b175 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -289,7 +289,6 @@ void wlr_output_set_subpixel(struct wlr_output *output, void wlr_output_set_description(struct wlr_output *output, const char *desc); /** * Set the color format mode for the output. - * */ void wlr_output_set_format(struct wlr_output *output, enum wl_shm_format format);