diff options
author | emersion <contact@emersion.fr> | 2018-02-26 19:53:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-26 19:53:55 +0100 |
commit | 1171368cfca8e0af9a047d71cbcd40343b486db1 (patch) | |
tree | 8951f7646dd5a5cf57ba56123ee6a35d5f51df12 /include | |
parent | bae17ab97c471f280dc47ebe33b0aa62220fbfb5 (diff) | |
parent | f97ef3f5d438118a4b96c35973478f36f49d9c66 (diff) |
Merge pull request #687 from agx/roots_view.alpha
rootston: drop saved.alpha from roots_view
Diffstat (limited to 'include')
-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 { |