From 21a39306da56c5d2c88447ba5ea053a7f989480a Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Wed, 27 Feb 2019 19:58:35 +0200 Subject: [core] Remove map pitch setters/getters --- include/mbgl/map/map.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index b05747df8d..5674902fe9 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -107,11 +107,6 @@ public: void resetNorth(const AnimationOptions& = {{mbgl::Milliseconds(500)}}); void resetNorth(const EdgeInsets&, const AnimationOptions& = {{mbgl::Milliseconds(500)}}); - // Pitch - void setPitch(double pitch, const AnimationOptions& = {}); - void setPitch(double pitch, optional, const AnimationOptions& = {}); - double getPitch() const; - // North Orientation void setNorthOrientation(NorthOrientation); NorthOrientation getNorthOrientation() const; -- cgit v1.2.1