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 authored and yan12125 committed Sep 24, 2023
1 parent 5a04c28 commit 77ef1d2
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 77ef1d2

Please sign in to comment.