From 28d6f4a99207d6c8ef116016f67676cbad2741ed Mon Sep 17 00:00:00 2001 From: Mikhail Gorbushin Date: Wed, 21 Aug 2019 13:23:46 +0300 Subject: [PATCH] [routing] Remove useless method --- routing/routing_session.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/routing/routing_session.hpp b/routing/routing_session.hpp index 1cd1c0fd70..03036b8af9 100644 --- a/routing/routing_session.hpp +++ b/routing/routing_session.hpp @@ -105,8 +105,6 @@ public: void SetUserCurrentPosition(m2::PointD const & position); - void ActivateAdditionalFeatures() {} - /// Disable following mode on GPS updates. Following mode is disabled only for the current route. /// If a route is rebuilt you must call DisableFollowMode again. /// Returns true if following was disabled, false if a route is not ready for the following yet.