From d7c1f2d796b985bb153831b645656d76f7f53bb5 Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Wed, 15 Oct 2014 14:49:31 +0300 Subject: [PATCH] Removed invalid assert. --- map/framework.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/map/framework.cpp b/map/framework.cpp index cb388fc87f..f1065e2ef0 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -1944,7 +1944,6 @@ void Framework::RemoveRoute() void Framework::CloseRouting() { - ASSERT(IsRoutingActive(), ()); GetLocationState()->StopRoutingMode(); m_routingSession.Reset(); RemoveRoute();