aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-02-26 19:43:33 +0100
committerGuido Günther <agx@sigxcpu.org>2018-02-26 19:45:24 +0100
commitf97ef3f5d438118a4b96c35973478f36f49d9c66 (patch)
tree58a7799e3a0191d403ed80f2956d67aa3b994801 /include/rootston/view.h
parent3296365ce591ae4ba115befa8134bc2526b36710 (diff)
rootston: drop saved.alpha from roots_view
It's currently unused.
Diffstat (limited to 'include/rootston/view.h')
-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 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 {