From 8dfba0ef0b92c9ec3f84a4263b96e4e35c8fab30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 18 Jan 2016 16:01:08 -0800 Subject: [ios] Flip points, not edge insets --- include/mbgl/util/geo.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/mbgl/util/geo.hpp') 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 -- cgit v1.2.1