fix: remove some unused variables (#6748)

This commit is contained in:
Nerixyz
2026-01-17 20:31:33 +01:00
committed by GitHub
parent f4f49742c1
commit 2d298e7e38
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -130,7 +130,6 @@ NotebookTab::NotebookTab(Notebook *notebook)
this->closeMultipleTabsMenu_ = new QMenu("Close Multiple Tabs", this);
const auto tabDirection = getSettings()->tabDirection.getEnum();
this->menu_.addMenu(this->closeMultipleTabsMenu_);
getSettings()->tabDirection.connect(
[this](int val) {