diff --git a/rpcs3/rpcs3qt/microphone_creator.cpp b/rpcs3/rpcs3qt/microphone_creator.cpp index 762e6036f1..8c68f8877a 100644 --- a/rpcs3/rpcs3qt/microphone_creator.cpp +++ b/rpcs3/rpcs3qt/microphone_creator.cpp @@ -10,7 +10,6 @@ constexpr auto qstr = QString::fromStdString; microphone_creator::microphone_creator() { setObjectName("microphone_creator"); - refresh_list(); } // We need to recreate the localized string because the microphone creator is currently only created once. diff --git a/rpcs3/rpcs3qt/midi_creator.cpp b/rpcs3/rpcs3qt/midi_creator.cpp index ba4938ed42..0a3b1de3c7 100644 --- a/rpcs3/rpcs3qt/midi_creator.cpp +++ b/rpcs3/rpcs3qt/midi_creator.cpp @@ -10,7 +10,6 @@ LOG_CHANNEL(cfg_log, "CFG"); midi_creator::midi_creator() { - refresh_list(); } // We need to recreate the localized string because the midi creator is currently only created once.