I can find nowhere in the MuseScore code that calls Score::cropPage() in score.cpp. But it is declared in score.h as Q_INVOKABLE, and I'm not familiar enough with that to understand if it's getting called in ways that I can't see, or don't know how to see.
I created a branch of the latest master that removes it in score.cpp and score.h. It compiles and runs, but I'm not even sure what to test for. If it really is obsolete, I can create a PR from this branch to remove it. AFAIK, cropPage() has not been in use since the beginning of v2. It was a simple exercise, and I've posted my branch here, if you care to see the specific code that changes: https://github.com/musescore/MuseScore/compare/master...sidewayss:cropPageNoMore -- Sideways ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
