aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2019-02-28 20:25:02 +0100
committeremersion <contact@emersion.fr>2019-02-28 21:24:22 +0100
commit7da9af31e8db20add6306ab363d29b36eafed872 (patch)
tree43e22eb31ea24c6996ee9569f589cf82a187094d
parentd3b48dfcae9a5d2fd04f14771bd59957127e79a2 (diff)
rootston/view: Remove redundant declaration in the same file
-rw-r--r--include/rootston/view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index f8a969c4..e701b161 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -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);