summaryrefslogtreecommitdiff
path: root/include/mbgl/style/style.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-07-29 17:03:08 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-08-27 18:22:20 -0700
commite2c2ab843e5532b5bf627370ed8037121b961a8d (patch)
tree849c98e326309c6717dc344d0bc983f639a1dfdc /include/mbgl/style/style.hpp
parenta62a826b56b0150b3aebe81fb2b42fe6eb84c0b6 (diff)
downloadqtlocation-mapboxgl-e2c2ab843e5532b5bf627370ed8037121b961a8d.tar.gz
Render background with plain shader
Diffstat (limited to 'include/mbgl/style/style.hpp')
-rw-r--r--include/mbgl/style/style.hpp3
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: