From 65306490dd074a268d4041a98302f54eaf82242f Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Fri, 24 Apr 2015 14:54:04 -0700 Subject: icon-rotate is not a paint property issue #1173 --- src/mbgl/style/style_properties.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mbgl/style/style_properties.hpp') 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 }}; -- cgit v1.2.1