DolphinQt: Don't refresh devices on open of mapping UI.

This commit is contained in:
Jordan Woyak 2019-04-28 18:58:55 -05:00
parent 98b670dd29
commit 77bda63627
1 changed files with 0 additions and 2 deletions

View File

@ -369,8 +369,6 @@ void MappingWindow::SetMappingType(MappingWindow::Type type)
SplitPath(filename, nullptr, &basename, nullptr);
m_profiles_combo->addItem(QString::fromStdString(basename), QString::fromStdString(filename));
}
RefreshDevices();
}
void MappingWindow::AddWidget(const QString& name, QWidget* widget)