From 3bdafa1932d296c993e63e206c8f57007097fb73 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 1 Jan 2020 14:02:45 +1000 Subject: [PATCH] Qt: Fix double-scanning of game list at start --- src/duckstation-qt/mainwindow.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/duckstation-qt/mainwindow.cpp b/src/duckstation-qt/mainwindow.cpp index b7d718f60..4e6956d3d 100644 --- a/src/duckstation-qt/mainwindow.cpp +++ b/src/duckstation-qt/mainwindow.cpp @@ -17,9 +17,6 @@ MainWindow::MainWindow(QtHostInterface* host_interface) : QMainWindow(nullptr), setupAdditionalUi(); connectSignals(); - // force a scan of the game list - m_host_interface->refreshGameList(); - resize(750, 690); }