From f97ef3f5d438118a4b96c35973478f36f49d9c66 Mon Sep 17 00:00:00 2001
From: Guido Günther <agx@sigxcpu.org>
Date: Mon, 26 Feb 2018 19:43:33 +0100
Subject: rootston: drop saved.alpha from roots_view

It's currently unused.
---
 include/rootston/view.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/rootston/view.h b/include/rootston/view.h
index 7464edc5..ff5ef44a 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -95,7 +95,6 @@ struct roots_view {
 		double x, y;
 		uint32_t width, height;
 		float rotation;
-		float alpha;
 	} saved;
 
 	struct {
-- 
cgit v1.2.3