Skip to content

Commit

Permalink
Remove the obsoleted check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx authored Apr 14, 2024
1 parent 190943e commit 7aafe43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,7 @@ void MainWindow::finalize()
SLOT(onExportProjectMidi()),
Qt::CTRL + Qt::Key_M );

// Prevent dangling separator at end of menu per https://bugreports.qt.io/browse/QTBUG-40071
#ifndef LMMS_BUILD_APPLE
project_menu->addSeparator();
#endif
project_menu->addAction( embed::getIconPixmap( "exit" ), tr( "&Quit" ),
qApp, SLOT(closeAllWindows()),
Qt::CTRL + Qt::Key_Q );
Expand Down

0 comments on commit 7aafe43

Please sign in to comment.