remove unused widget

This commit is contained in:
Skarn
2020-11-04 00:03:36 +03:00
parent 21dda85e51
commit ff9768d362

View File

@@ -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));