From 786707649a2efcddd24fb976150b044097d74219 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 16 May 2017 13:44:12 -0700 Subject: [core] Remove ambiguous get{Width,Height} accessors from style::Image --- include/mbgl/style/image.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/mbgl/style') 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; }; -- cgit v1.2.1