summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map/map.hpp')
-rw-r--r--include/mbgl/map/map.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 548a9f6257..0c979f3e19 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -83,10 +83,6 @@ public:
double getMinZoom() const;
void setMaxZoom(double);
double getMaxZoom() const;
- void setMinPitch(double);
- double getMinPitch() const;
- void setMaxPitch(double);
- double getMaxPitch() const;
// North Orientation
void setNorthOrientation(NorthOrientation);