Commands: code commented cleanup

pull/127/head
f4exb 2018-01-05 12:07:38 +01:00
rodzic 74a7585c99
commit 7e4ddbbd9c
1 zmienionych plików z 0 dodań i 13 usunięć

Wyświetl plik

@ -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);
// }
// }
}
}
}