From 8eff00f72395add1881aa677e3c718c0554cb096 Mon Sep 17 00:00:00 2001
From: emersion <contact@emersion.fr>
Date: Wed, 4 Apr 2018 15:53:46 -0400
Subject: Remove unused SWAY_VIEW_TYPES

---
 include/sway/tree/view.h | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

(limited to 'include/sway')

diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 6bc5ceda..f32ccc5a 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -59,11 +59,9 @@ struct sway_wl_shell_surface {
 };
 
 enum sway_view_type {
-	SWAY_WL_SHELL_VIEW,
-	SWAY_XDG_SHELL_V6_VIEW,
-	SWAY_XWAYLAND_VIEW,
-	// Keep last
-	SWAY_VIEW_TYPES,
+	SWAY_VIEW_WL_SHELL,
+	SWAY_VIEW_XDG_SHELL_V6,
+	SWAY_VIEW_XWAYLAND,
 };
 
 enum sway_view_prop {
-- 
cgit v1.2.3