Skip to content

Commit

Permalink
remove check for update for Windows Store
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Jun 4, 2017
1 parent 9b2eafc commit a459522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mscore/musescore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,9 @@ MuseScore::MuseScore()
menuHelp->addAction(aboutMusicXMLAction);

#if defined(Q_OS_MAC) || defined(Q_OS_WIN)
#if not defined(FOR_WINSTORE)
menuHelp->addAction(tr("Check for &Update"), this, SLOT(checkForUpdate()));
#endif
#endif

menuHelp->addSeparator();
Expand Down

0 comments on commit a459522

Please sign in to comment.