Removed unused local vars. Slightly refactored code.
This commit is contained in:
@@ -26,7 +26,6 @@ namespace chatterino {
|
||||
AdvancedPage::AdvancedPage()
|
||||
: SettingsPage("Advanced", ":/settings/advanced.svg")
|
||||
{
|
||||
auto app = getApp();
|
||||
LayoutCreator<AdvancedPage> layoutCreator(this);
|
||||
|
||||
auto tabs = layoutCreator.emplace<QTabWidget>();
|
||||
|
||||
Reference in New Issue
Block a user