diff --git a/cpp/widgets/keywords.cpp b/cpp/widgets/keywords.cpp index 52e40c8..1e22de4 100644 --- a/cpp/widgets/keywords.cpp +++ b/cpp/widgets/keywords.cpp @@ -41,14 +41,6 @@ Keywords::Keywords(QWidget *parent) : QWidget(parent) { radiolayout->setAlignment(Qt::AlignCenter); radios->setLayout(radiolayout); - QWidget *boolBoxes = new QWidget(this); - QHBoxLayout *boolBoxLayout = new QHBoxLayout(this); - boolBoxLayout->addWidget(orCheckBox); - boolBoxLayout->addWidget(andCheckBox); - // boolRadioLayout->setAlignment(Qt::AlignCenter); - boolBoxes->setLayout(boolBoxLayout); - - nothing->setChecked(true); orCheckBox->setChecked(true);