summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_properties.hpp
diff options
context:
space:
mode:
authorAnsis Brammanis <brammanis@gmail.com>2015-04-24 14:54:04 -0700
committerAnsis Brammanis <brammanis@gmail.com>2015-04-24 15:34:53 -0700
commit65306490dd074a268d4041a98302f54eaf82242f (patch)
tree341e1846dae50994f17450ed800e4fefdd3a3768 /src/mbgl/style/style_properties.hpp
parent17010bfd73f2c8e94318fece0b216ec4f91b6f91 (diff)
downloadqtlocation-mapboxgl-65306490dd074a268d4041a98302f54eaf82242f.tar.gz
icon-rotate is not a paint property
issue #1173
Diffstat (limited to 'src/mbgl/style/style_properties.hpp')
-rw-r--r--src/mbgl/style/style_properties.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/style/style_properties.hpp b/src/mbgl/style/style_properties.hpp
index f50722542d..8e8619fb99 100644
--- a/src/mbgl/style/style_properties.hpp
+++ b/src/mbgl/style/style_properties.hpp
@@ -51,7 +51,6 @@ struct SymbolProperties {
struct {
float opacity = 1.0f;
- float rotate = 0.0f;
float size = 1.0f;
Color color = {{ 0, 0, 0, 1 }};
Color halo_color = {{ 0, 0, 0, 0 }};