From 1e2cd1e086c3053f1cea075d7641b7f56cc7dfbf Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Wed, 4 Dec 2019 09:46:50 +0200 Subject: [core] Remove Map::cycleDebugOptions --- include/mbgl/map/map.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/mbgl/map') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 4757bb398c..a3794962c6 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -120,7 +120,6 @@ public: // Debug void setDebug(MapDebugOptions); - void cycleDebugOptions(); MapDebugOptions getDebug() const; bool isFullyLoaded() const; -- cgit v1.2.1