mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:33:24 +00:00
Remove unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dd41360dcd
commit
9edee3477a
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ void KMessageWidgetPrivate::createLayout()
|
|||
//buttonLayout->addButton(closeButton, QDialogButtonBox::RejectRole);
|
||||
layout->addWidget(buttonLayout, 1, 0, 1, 2, Qt::AlignHCenter | Qt::AlignTop);
|
||||
} else {
|
||||
bool closeButtonVisible = closeButton->isVisible();
|
||||
QHBoxLayout *layout = new QHBoxLayout(content);
|
||||
layout->addWidget(iconLabel);
|
||||
layout->addWidget(textLabel);
|
||||
|
|
Loading…
Add table
Reference in a new issue