Remove pci hexdump parsing mode

This commit is contained in:
Anton Kochkov 2023-02-20 15:07:27 +08:00 committed by Anton Kochkov
parent 7a96fad546
commit b98eb64646

View File

@ -144,7 +144,6 @@ void HexdumpWidget::initParsing()
ui->parseTypeComboBox->addItem(tr("String"), "pcs");
ui->parseTypeComboBox->addItem(tr("Assembler"), "pca");
ui->parseTypeComboBox->addItem(tr("C bytes"), "pc");
ui->parseTypeComboBox->addItem(tr("C bytes with instructions"), "pci");
ui->parseTypeComboBox->addItem(tr("C half-words (2 byte)"), "pch");
ui->parseTypeComboBox->addItem(tr("C words (4 byte)"), "pcw");
ui->parseTypeComboBox->addItem(tr("C dwords (8 byte)"), "pcd");