diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-02-26 19:43:33 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-02-26 19:45:24 +0100 |
commit | f97ef3f5d438118a4b96c35973478f36f49d9c66 (patch) | |
tree | 58a7799e3a0191d403ed80f2956d67aa3b994801 | |
parent | 3296365ce591ae4ba115befa8134bc2526b36710 (diff) |
rootston: drop saved.alpha from roots_view
It's currently unused.
-rw-r--r-- | include/rootston/view.h | 1 |
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 { |