diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-01-18 16:01:08 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-01-18 16:54:58 -0800 |
commit | 8dfba0ef0b92c9ec3f84a4263b96e4e35c8fab30 (patch) | |
tree | cecfa3248738e0bf57da32bbb9146ed5b6f801e8 /include/mbgl/util/geo.hpp | |
parent | eee4764ed7cb27faa18d5c4cb498cc0255e2de46 (diff) | |
download | qtlocation-mapboxgl-8dfba0ef0b92c9ec3f84a4263b96e4e35c8fab30.tar.gz |
[ios] Flip points, not edge insets
Diffstat (limited to 'include/mbgl/util/geo.hpp')
-rw-r--r-- | include/mbgl/util/geo.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/util/geo.hpp b/include/mbgl/util/geo.hpp index db7d9c792e..b16d51c026 100644 --- a/include/mbgl/util/geo.hpp +++ b/include/mbgl/util/geo.hpp @@ -138,8 +138,6 @@ struct EdgeInsets { } PrecisionPoint getCenter(uint16_t width, uint16_t height) const; - - void flip(); }; } // namespace mbgl |