rootston: drop saved.alpha from roots_view

It's currently unused.
This commit is contained in:
Guido Günther 2018-02-26 19:43:33 +01:00
parent 3296365ce5
commit f97ef3f5d4

View file

@ -95,7 +95,6 @@ struct roots_view {
double x, y; double x, y;
uint32_t width, height; uint32_t width, height;
float rotation; float rotation;
float alpha;
} saved; } saved;
struct { struct {