From f6c6b360e8841fb321e185c843f398573f6aa73f Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 24 May 2022 02:26:19 -0700 Subject: [PATCH] self explanatory --- selfdrive/ui/qt/maps/map.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/selfdrive/ui/qt/maps/map.cc b/selfdrive/ui/qt/maps/map.cc index 6971579cb3..8b59892f85 100644 --- a/selfdrive/ui/qt/maps/map.cc +++ b/selfdrive/ui/qt/maps/map.cc @@ -24,10 +24,7 @@ const float MAP_SCALE = 2; const QString ICON_SUFFIX = ".png"; -MapWindow::MapWindow(const QMapboxGLSettings &settings) : - m_settings(settings), velocity_filter(0, 10, 0.05) { - - // Update map view with uiUpdate signal +MapWindow::MapWindow(const QMapboxGLSettings &settings) : m_settings(settings), velocity_filter(0, 10, 0.05) { QObject::connect(uiState(), &UIState::uiUpdate, this, &MapWindow::updateState); // Instructions