src/view.c: make view_wlr_output() static

.. as there are no external consumers left.
This commit is contained in:
Consolatis 2023-02-02 13:40:19 +01:00
parent 3a21c39509
commit 27218cd2c9
2 changed files with 1 additions and 3 deletions

View file

@ -121,8 +121,6 @@ void view_move_resize(struct view *view, struct wlr_box geo);
void view_move(struct view *view, int x, int y);
void view_moved(struct view *view);
void view_minimize(struct view *view, bool minimized);
/* view_wlr_output - return the output that a view is mostly on */
struct wlr_output *view_wlr_output(struct view *view);
void view_store_natural_geometry(struct view *view);
void view_center(struct view *view);
void view_restore_to(struct view *view, struct wlr_box geometry);