From cd03a03177598e0de8f1e43a042d08613776912f Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Mon, 26 Aug 2024 20:22:41 +0300 Subject: [PATCH] Always convert whole dataset to sNp --- qucs/dialogs/importdialog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/qucs/dialogs/importdialog.cpp b/qucs/dialogs/importdialog.cpp index 1e0923a4..7646b17a 100644 --- a/qucs/dialogs/importdialog.cpp +++ b/qucs/dialogs/importdialog.cpp @@ -242,8 +242,6 @@ void ImportDialog::slotImport() break; case 1: CommandLine << "touchstone"; - if (!OutputData->currentText().isEmpty()) - CommandLine << "-d" << OutputData->currentText(); break; case 2: CommandLine << "csv";