From 7da9af31e8db20add6306ab363d29b36eafed872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 28 Feb 2019 20:25:02 +0100 Subject: [PATCH] rootston/view: Remove redundant declaration in the same file --- include/rootston/view.h | 1 - 1 file changed, 1 deletion(-) 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);