1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

Commands: code commented cleanup

This commit is contained in:
f4exb 2018-01-05 12:07:38 +01:00
parent 74a7585c99
commit 7e4ddbbd9c

View File

@ -913,19 +913,6 @@ void MainWindow::on_commandEdit_clicked()
editCommandDialog.toCommand(*command_mod);
change = true;
changedCommand = command;
//
// m_settings.sortCommands();
//
// ui->commandTree->clear();
//
// for (int i = 0; i < m_settings.getCommandCount(); ++i)
// {
// QTreeWidgetItem *item_x = addCommandToTree(m_settings.getCommand(i));
// const Command* command_x = qvariant_cast<const Command*>(item_x->data(0, Qt::UserRole));
// if (command_x == command_mod) {
// ui->commandTree->setCurrentItem(item_x);
// }
// }
}
}
}