Skip to content

Commit 56e6bb4

Browse files
author
Carlos Barajas
committed
cleanup
1 parent 82cc157 commit 56e6bb4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

cpp/widgets/keywords.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ Keywords::Keywords(QWidget *parent) : QWidget(parent) {
4141
radiolayout->setAlignment(Qt::AlignCenter);
4242
radios->setLayout(radiolayout);
4343

44-
QWidget *boolBoxes = new QWidget(this);
45-
QHBoxLayout *boolBoxLayout = new QHBoxLayout(this);
46-
boolBoxLayout->addWidget(orCheckBox);
47-
boolBoxLayout->addWidget(andCheckBox);
48-
// boolRadioLayout->setAlignment(Qt::AlignCenter);
49-
boolBoxes->setLayout(boolBoxLayout);
50-
51-
5244
nothing->setChecked(true);
5345
orCheckBox->setChecked(true);
5446

0 commit comments

Comments
 (0)