diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2014-07-29 17:03:08 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2014-08-27 18:22:20 -0700 |
commit | e2c2ab843e5532b5bf627370ed8037121b961a8d (patch) | |
tree | 849c98e326309c6717dc344d0bc983f639a1dfdc /include/mbgl/style/style.hpp | |
parent | a62a826b56b0150b3aebe81fb2b42fe6eb84c0b6 (diff) | |
download | qtlocation-mapboxgl-e2c2ab843e5532b5bf627370ed8037121b961a8d.tar.gz |
Render background with plain shader
Diffstat (limited to 'include/mbgl/style/style.hpp')
-rw-r--r-- | include/mbgl/style/style.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/style/style.hpp b/include/mbgl/style/style.hpp index 6acb5d0cb8..c09de6ebba 100644 --- a/include/mbgl/style/style.hpp +++ b/include/mbgl/style/style.hpp @@ -20,7 +20,6 @@ namespace mbgl { class Sprite; class StyleLayer; class StyleLayerGroup; -struct BackgroundProperties; class Style { public: @@ -47,8 +46,6 @@ public: bool hasTransitions() const; - const BackgroundProperties &getBackgroundProperties() const; - const std::string &getSpriteURL() const; public: |