Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2016-02-25 16:22:37 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:45:26 +0300
commit7f050eb375c206d01960673c550e21db7c62d392 (patch)
treecebb8b33679f65c50c5775a3ba613cfe727d3259 /qt
parentedfa64a3f990c0b2e5484bdcc56c6cadc8cb312a (diff)
Remove redundant absent maps parameter.
Diffstat (limited to 'qt')
-rw-r--r--qt/draw_widget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt/draw_widget.cpp b/qt/draw_widget.cpp
index f62c8d5c19..2aa6b14968 100644
--- a/qt/draw_widget.cpp
+++ b/qt/draw_widget.cpp
@@ -94,7 +94,6 @@ DrawWidget::DrawWidget(QWidget * parent)
});
m_framework->SetRouteBuildingListener([](routing::IRouter::ResultCode,
- storage::TCountriesVec const &,
storage::TCountriesVec const &)
{
});