summaryrefslogtreecommitdiff
path: root/src/mbgl/style/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/image.cpp')
-rw-r--r--src/mbgl/style/image.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mbgl/style/image.cpp b/src/mbgl/style/image.cpp
index 3b35fa76f1..0cce32ab98 100644
--- a/src/mbgl/style/image.cpp
+++ b/src/mbgl/style/image.cpp
@@ -28,13 +28,5 @@ float Image::getPixelRatio() const {
return impl->pixelRatio;
}
-float Image::getWidth() const {
- return impl->getWidth();
-}
-
-float Image::getHeight() const {
- return impl->getHeight();
-}
-
} // namespace style
} // namespace mbgl