Skip to content

Commit

Permalink
Remove unused non POD variable
Browse files Browse the repository at this point in the history
A leftover from commit 0e2163d
  • Loading branch information
luis-pereira committed Sep 21, 2023
1 parent 5a04c28 commit ec1d7bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/termwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ TermWidget::TermWidget(TerminalConfig &cfg, QWidget * parent)
setLayout(m_layout);

m_layout->addWidget(m_term);
const auto objs = m_term->children();

propertiesChanged();

Expand Down

0 comments on commit ec1d7bc

Please sign in to comment.