Skip to content

Commit

Permalink
Fixes for CodeFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgregorius committed Dec 27, 2023
1 parent 27f91c3 commit 29e4cfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/gui/MixerChannelView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ namespace lmms::gui
m_renameLineEditView->setFocus();
m_renameLineEdit->selectAll();
m_renameLineEdit->setFocus();

}

void MixerChannelView::renameFinished()
Expand Down
2 changes: 0 additions & 2 deletions src/gui/SendButtonIndicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ SendButtonIndicator:: SendButtonIndicator(QWidget * _parent, MixerChannelView *
m_parent( _owner ),
m_mv( _mv )
{


// don't do any initializing yet, because the MixerView and MixerChannelView
// that were passed to this constructor are not done with their constructors
// yet.
Expand Down

0 comments on commit 29e4cfe

Please sign in to comment.