summaryrefslogtreecommitdiff
path: root/include/mbgl/style/style.hpp
diff options
context:
space:
mode:
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: