Skip to content

Commit 214e8ee

Browse files
committed
Remove ScoreInversionMode
- part of the earlier version of the PR, no longer used
1 parent 791c6cf commit 214e8ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/notation/notationtypes.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,6 @@ inline muse::TranslatableString zoomTypeTitle(ZoomType type)
272272
return {};
273273
}
274274

275-
enum class ScoreInversionMode : unsigned char {
276-
Disabled,
277-
FollowAppTheme,
278-
Enabled
279-
};
280-
281275
struct Tempo
282276
{
283277
int valueBpm = 0;

0 commit comments

Comments
 (0)