diff --git a/apps/opencs/view/world/tablebottombox.cpp b/apps/opencs/view/world/tablebottombox.cpp index dbd518c60..bc90ebbc2 100644 --- a/apps/opencs/view/world/tablebottombox.cpp +++ b/apps/opencs/view/world/tablebottombox.cpp @@ -57,10 +57,6 @@ CSVWorld::TableBottomBox::TableBottomBox (const CreatorFactoryBase& creatorFacto layout->addWidget (statusBar); - QStatusBar *statusBar2 = new QStatusBar; - - layout->addWidget (statusBar2); - setLayout (layout); mCreator = creatorFactory.makeCreator();