diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 3bc4e4189..967b4e70f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -930,10 +930,9 @@ void MainWindow::on_actionOpen_triggered() { tr("Open Torrent Files"), settings.value(QString::fromUtf8("MainWindowLastDir"), QDir::homePath()).toString(), tr("Torrent Files")+QString::fromUtf8(" (*.torrent)")); if (!pathsList.empty()) { - const bool useTorrentAdditionDialog = pref.useAdditionDialog(); const uint listSize = pathsList.size(); for (uint i=0; iaddTorrent(pathsList.at(i));