remove unused widget
This commit is contained in:
@@ -177,8 +177,6 @@ namespace noggit
|
||||
auto layout (new QHBoxLayout (widget));
|
||||
layout->setAlignment(Qt::AlignLeft);
|
||||
|
||||
auto empty_space (new QWidget(this));
|
||||
|
||||
QListWidget* continents_table (new QListWidget (widget));
|
||||
QListWidget* dungeons_table (new QListWidget (widget));
|
||||
QListWidget* raids_table (new QListWidget (widget));
|
||||
|
||||
Reference in New Issue
Block a user