summaryrefslogtreecommitdiff
path: root/include/mbgl/style/image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/image.hpp')
-rw-r--r--include/mbgl/style/image.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/style/image.hpp b/include/mbgl/style/image.hpp
index 3877086bd6..53cab23c2f 100644
--- a/include/mbgl/style/image.hpp
+++ b/include/mbgl/style/image.hpp
@@ -22,9 +22,6 @@ public:
// Whether this image should be interpreted as a signed distance field icon.
bool isSdf() const;
- float getWidth() const;
- float getHeight() const;
-
class Impl;
Immutable<Impl> impl;
};