]> git.cworth.org Git - apitrace/blobdiff - gui/mainwindow.cpp
Remove the API combo box from the UI settings window.
[apitrace] / gui / mainwindow.cpp
index 2e39bb8134099a1d1691baddd4428aa188fb8e97..50f7d9124a9f4dac6184c4cf42ea14f38e89d35a 100644 (file)
@@ -625,12 +625,9 @@ void MainWindow::fillStateForFrame()
 void MainWindow::showSettings()
 {
     SettingsDialog dialog;
-    dialog.setAPI(m_api);
     dialog.setFilterModel(m_proxyModel);
 
     dialog.exec();
-
-    m_api = dialog.getAPI();
 }
 
 void MainWindow::openHelp(const QUrl &url)