rootston/view: Remove redundant declaration in the same file

This commit is contained in:
Guido Günther 2019-02-28 20:25:02 +01:00 committed by emersion
parent d3b48dfcae
commit 7da9af31e8
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ struct roots_xdg_toplevel_decoration {
void view_init(struct roots_view *view, const struct roots_view_interface *impl,
enum roots_view_type type, struct roots_desktop *desktop);
void view_destroy(struct roots_view *view);
void view_activate(struct roots_view *view, bool activate);
void view_apply_damage(struct roots_view *view);
void view_damage_whole(struct roots_view *view);
void view_update_position(struct roots_view *view, int x, int y);